How do we get only edited/deleted/inserted records from a
Dataset?
Answer Posted / janardan baghla
we can identify these records by accessing the readonly
property of datarow in dataset which is "RowSate" Property.
It will return 5 values which are:
Inserted
Modified
deleted
Original
Edited
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why asp.net is better than php?
How you can return View from ASP.NET Web API method?
What is session management in web application?
Why does my asp.net file have multiple tag with runat=server?
What is parse in asp.net?
Can we handle the error and redirect to some pages using web.config?
What are the different kinds of assemblies?
What is a user developed application?
What are the ways to sending the data in ASP.NET page?
Explain the disadvantages of viewstate?
What is the equivalent of date() and time() in asp.net?
What is asp.net and its advantages?
Can you change a master page dynamically at runtime? How?
How can we prevent browser from caching an aspx page?
What is Web API?