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
Explain what is an assembly?
Which method is used to perform all validation at the page level?
How does output caching work in ASP.NET?
what is AutoEventWireUp and what is the use of This property explain in details?
If you are using components in your application, how can you handle exceptions raised in a component?
Where viewstate value is stored in asp.net?
What is the difference between session and viewstate in asp.net?
What is meant by asp.net?
Where are session variables stored?
What are the elements of a website?
What is difference between session and application in asp net?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
Explain the difference between singleton and single call?
What are the Types of state management techniques
What are Master Pages in ASP.NET? or What is a Master Page?