Suppose you display a data having 200 records in a
datagrid. Then you edit 100 records of them. Now when you
will press update button,all 100 records should be updated
in single shot rather than reading every record and
updating. How to do it?

Answer Posted / masuduz zaman

By using dataSet.GetChanges(DataRowState.Modified) method we can update all 100 records at a time.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between client-side and server-side validations in webpages?

565


What is synchronous and Asynchronous post back ?

648


Is asp.net a programming language?

540


What is the maximum timeout we can set for Cookies?

553


What is the exact purpose of http handlers?

572






Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

554


Define msil.

554


What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

1993


Who is using asp.net?

509


What is state management in asp.net with example?

466


how can create login from create and written conde in asp.net

1783


To wrap up a call to a Web service the standard used is..?

542


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

530


How can you identify that the page is post back?

562


Name the tools or API for developing or testing web api?

536