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
How do you design a website with multilingual support in ASP.NET ?
What is difference between singleton and single call?
List of words of preprocessor in .net?
What are the ways to sending the data in ASP.NET page?
How could you modify xaml content from javascript?
How do you declare static variable?
What is the difference between pathparam and queryparam?
What is the difference between page-level caching and fragment caching?
How would you turn off cookies on a page of a website?
How can we apply themes to an asp.net application?
How to register exception filter globally?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Give some salient points of difference between request processor and request dispatcher.
Why do we use sessions?
How many types of sessions are there in asp net?