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
What is a viewbag?
Differentiate between a page theme and a global theme?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is sdlc process?
What is difference between asp state management and asp.net state management?
Explain file-based dependency and key-based dependency.
What are tuples?
What is the usie of activex control in .net?
Explain different types of Caching techniques in ASP.NET?
Why do we use sessions?
What is asp.net and ado net?
How would you create a permanent cookie?
Is data edited in the Repeater control?
Explain the use of fragment caching.
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?