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 is the default authentication mode for asp.net?
Can you explain architecture of your project ?
What is the use of the tag in the web.config file?
What is a runtime version?
Describe the .net base class library.
What is difference between view state and session state?
What is xaml? Are xaml file compiled or built on runtime?
How will you load dynamic assembly? How will create assesblies at run time?
How can you implement encapsulation in asp.net?
How tooltip is set through code-behind in ASP.NET?
What does asp.net stand for?
Name some asp objects?
What is the Difference between MVC And MVP design pattrens
Differentiate between structure and class.
What is postback pixel?