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

What is the used of "ispostback" property?

573


How do you deploy your asp.net application?

542


What is jade template engine?

581


What is the viewstate in asp.net?

579


Explain State management in asp.net

631






How you can stop the validation of ASP.NET controls from client side?

532


What are the options in ASP.NET to maintain state?

628


Explain about asp.net caching?

580


What are tuples?

546


How to do state management in ASP.NET?

609


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1503


What is tracing? Where is it used?

562


What is a web api endpoint?

537


List some of the important session state modes of asp.net.

510


What is active web page?

572