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
Explain Features in ASP.NET
Differentiate globalization and localization.
What are sessions used for?
What a diffgram is, and a good use for one?
Explain how can we inherit a static member?
Why is this service branded with windows livetm?
Describe a bubbled event and how it is used ?
What is Web API Routing?
Why is string called immutable data type?
How will you load dynamic assembly?
What is simple data binding?
Where sessions are stored in asp.net?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Explain what is an assembly?
What is form submit?