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 managed code an un-managed code.
How many types of session in ASP.NET
How long the items in ViewState exists?
Which methods validate all the controls on a page?
What is work flow gen? how can it will work with .Net?
What’s difference between “optimistic” and “pessimistic” locking?
How can you send an email message from an asp.net web page?
what is the difference between response.write() and response.output.write()?
How to change Master page in ASP.Net using code?
Why do we need Sessions?
Is redux flux?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
How does asp page work?
How do you open a page in a new window?