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
What do you mean by serialize and marshalbyref?
How can we pass info between 2 asp.net pages?
Write the different features of a Thread and a Process?
How can we update records in gridview?Is there any appropriate code for it?
Explain About duration in caching technique
What is the difference between adding reference in solution explorer and adding references by using ?
What is session and cookies in asp.net?
What is datagrid asp.net?
Define secured sockets layer.
Define view state.
How we can force all the validation controls to run?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Can you explain one critical mapping?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?