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
Can I stream live content/events?
How to register exception filter globally?
What is the benefit of WebAPI over WCF?
What do you understand by aggregate dependency?
What are server activated objects?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
Where is the session stored?
What are the advantages of using Master Pages?
What are the major built-in objects in ASP.NET?
What are the Types of session management in ASP.NET
What is fulltrust?
What is the purpose of using MVC programming pattern in ASP.NET?
Can we override the enablepartialrendering property of the scriptmanager class?
Elaborate differentiation between Cache and Application?
What is the use of response redirect in asp.net?