Answer Posted / kamlesh
With use of following code we update the data set:-
Using System.Data.SqlClient;
Using System .Data;
Using System.Configrution;
SqlDataAdpator da=new SqlDataAdaptor
("query",ConfigrutionSetting.AppSetting["key"]);
DataSet ds=new DataSet();
da.Fill(ds);
da.Update(ds);
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it true that a Web service must be written in .NET or not?
What is aspect-oriented programming?
What are the new navigation controls in asp.net 2.0?
What are sessions used for?
List the advantages and disadvantages of user control an custom control?
What is the default timeout for a cookie?
List the events in page life cycle.
Explain the features that make asp.net more used framework? : asp.net mvc
What are the differnt types of handler in ASP.NET?
What are the differences between the response.write() and response.output.write()?
What is asp.net and its advantages?
Explain about asp.net caching?
What is asp.net localization?
What can you do with asp.net?
What is full form of asp.net?