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
What is difference between web config and global asax?
Explain the difference between an exe and a dll?
What describes a query?
What does asp in asp.net stand for?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Explain the various authentication mechanisms in asp.net.
How can we make sure that Web API returns JSON data only?
How do you sign out from forms authentication?
How does session work in asp net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is base class of .net?
Explain the use of view state?
What is the default timeout for a cookie?
Can you nest updatepanel within each other?