Search

You searched for the word(s): userid:636713

Matching Posts

  • updating webservice

    Hi, I have an application and a webservice, both are developed in ASP .NET 2.0. Now, when I deploy my application, it gets a dll file call App_Webreference.dll and App_Webreference.dll.compiled. So, I am guessting that it contains the definition of all the services available in that webservice. In my webservice, there is a service that returns a data object say Person, which contains, firstname, lastname. Now, I am changing the Person class, and it will now also return dob, address. I compile my
    Posted to Configuration and Deployment (Forum) by ujjaval on 12/4/2007
  • How to define keys in appSettings for different cases

    Hi, I have following requirements. I am using a library for my Data Access Layer which expects following two settings: <add key="DataSourceType" value="TextFile"> <add key="DataConnectionString" value="c:\textfile"> Now, DataSourceType can be either TextFile, SQL Server, Sybase DB or a webservice. and thus corresponding to that data source type, DataConnectionString would be different. In my app, I have two cases in same app where I need to use
    Posted to Configuration and Deployment (Forum) by ujjaval on 11/19/2007
  • Data Access Layer with connection to webservice

    Hi All, I have a ASP .NET 2.0 web application in which I am working on its data access layer in a separate C# library project. This DAL library project is not in the solution of my web application. Now my DAL library can have various data source inside. Meaning I can read data from either textfile, sql server database or a webservice depending upon the applications configuration which is using this DAL library. Now, with the webservice, I have a webservice running on my development machine. Now when
    Posted to Getting Started (Forum) by ujjaval on 11/14/2007
  • Precompiled Webapplication deployment with webservice configuration

    Hello everyone, I have developed a web application which consumes a web service. Now, this application will be deployed at different client sites. The web service which is consumed by this application at each client server, is running on one of the client's server. The client's environment is intranet environment. Now, I realized that if I want to deploy my web application as a precompiled website, I have to compile my web application for each client separately with new reference to the webservice
    Posted to Configuration and Deployment (Forum) by ujjaval on 7/16/2007
  • Re: using existing connectionstring for Datasource in ReportViewer

    ujjaval: Hello all, I am new to ReportViewer control. I am using ASP .NET 2.0 for my web application. I need to develop a report for my application. I was walking through a tutorial Using the ASP.NET 2.0 ReportViewer in Local Mode. It says I need to define a DataSet in the form of DataTable or something where it takes me through a TableAdapter configuration wizard. This wizard asks me to create a new connection string. Now, I have already specified a connection string in Web.config file under a key
    Posted to SQL Server Reporting Services (Forum) by ujjaval on 2/11/2007
  • using existing connectionstring for Datasource in ReportViewer

    Hello all, I am new to ReportViewer control. I am using ASP .NET 2.0 for my web application. I need to develop a report for my application. I was walking through a tutorial Using the ASP.NET 2.0 ReportViewer in Local Mode. It says I need to define a DataSet in the form of DataTable or something where it takes me through a TableAdapter configuration wizard. This wizard asks me to create a new connection string. Now, I have already specified a connection string in Web.config file under a key name.
    Posted to SQL Server Reporting Services (Forum) by ujjaval on 2/11/2007
  • Re: Inserting data into multiple tables in 1 transaction

    ashishnaik1: Stored procedure is a good idea. You can pass records will delemeter and take as single parameter in variable.Then in SP you write logic to split them and insert it. You mean passing all values in a string variable with ',' or '|' separated? I think it is very efficient idea, but if in future if need arise to modify it, its painful.. What do you think? Although yeah I would prefer to run everything in stored procedure rather than controlling transaction in .NET. However, I think with
  • Inserting data into multiple tables in 1 transaction

    Hello everyone, My web application uses SQL Server database and I am connecting via standard SqlConnection object and running stored procedures using SqlCommand object. In one of my page, I have data coming from 2 different tables. Now , data from 1 table comes as only single record. But from other table it comes as multiple records. Meaning, data that I read as 1 record, goes to different textbox and dropdown controls on page. Data that comes in multiple rows, I am binding that data with DataGrid
  • Re: Unable to see Release configuration in configuration properties for web projects in visual studio 2005

    Hey mate, I tried, but it didn't work for me. I still can't see the Release configuration settings.. Is there anyway that I can add it manually? or anything else that I can do to get it back? Thanks, Ujjaval
    Posted to Visual Studio 2005 (Forum) by ujjaval on 1/21/2007
  • Unable to see Release configuration in configuration properties for web projects in visual studio 2005

    Hey all, Somehow I had Release configuration in my visual studio 2005 for web applications. but not any more. Is there anyway , I can get that back? Thanks, Ujjaval
    Posted to Visual Studio 2005 (Forum) by ujjaval on 1/21/2007
Page 1 of 8 (73 items) 1 2 3 4 5 Next > ... Last »