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
Can you explain the basic use of dataview?
Disable browser cache for entire ASP.NET website?
Differentiate between early binding and late binding.
What is the difference between server-side scripting and client-side scripting?
What are asp.net web forms?
Define asp.net caching?
How many web.config files can I have in an application?
How to comment out asp.net tags?
What is the difference between debug and release?
What is clickid?
What is a user developed application?
What do you mean by authentication?
What is difference between viewstate and session state in javascript?
What is the difference between system.stringbuilder and system.string
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?