how to update data set?

Answer Posted / anand

usuing data.sqlclient;
---code----
sqldataadapter da=new dataadapter();
dataset ds=new dataset();
da.fill(ds);
da.update(ds)

or we cause to solve problem as--
public override int Update(
DataSet dataSet
)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we pass info between 2 asp.net pages?

754


What is the difference between trace and debug in asp.net?

813


Define globalization and localization.

737


Describe the difference between inline and code behind - which is best in?

722


How many types of validators are there in asp net?

680


What is the difference between equals() and == in c#?

736


What is http protocol and how it works?

704


What is postback pixel?

671


What does the hotspot class in .net do?

741


How does viewstate work?

774


Which is better viewstate or session?

691


in which protocol ASP.NET WEB API Work?

793


What is a swagger in web api?

760


what is DLL Hell and how it is solved in .NET? please explain clearly??

2088


Explain what is an abstract class?

777