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 are the Types of objects in ASP
What websites use asp.net?
What do you mean by query string?
What does a switch do?
What is viewstate in asp net with example?
How do you identify that the page is postback?
What is the part of url?
How do I use response redirect?
Which protocol is used to call a web service?
Explain form level validation and field level validation?
What is a form tag?
How do active server pages work?
List the major built-in objects in asp.net?
Can we store object in viewstate?
What is the viewstate in asp.net?