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 difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?

491


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

535


What do you mean by authentication?

523


Explain the page lifecycle of an asp.net mvc? : asp.net mvc

432


Name some asp objects?

543






Why session management is required?

531


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

639


Explain different types of Caching techniques in ASP.NET?

548


How Session use Cookies in State Management?

604


Explain the different types of directives in .net?

517


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1407


What is difference between ispostback and autopostback in asp net?

514


How will you load dynamic assembly? How will create assesblies at run time?

457


Explain the use of errorprovider control in .net?

507


Define xmlvalidatingreader class.

562