How do we get only edited/deleted/inserted records from a
Dataset?



How do we get only edited/deleted/inserted records from a Dataset?..

Answer / 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

More ASP.NET Interview Questions

List the major built-in objects in asp.net?

0 Answers  


What does the orientation property do in a menu control?

0 Answers  


What are the disadvantages of viewstate/what are the benefits

3 Answers  


What does this do? gacutil /l | find /i about

1 Answers  


What is web api and why to use it?

0 Answers  






What is the function used for removing an event listener?

0 Answers  


What is inheritance and an how it be used, example with an example?

0 Answers   Siebel,


Explain the asp.net mvc folder conventions? : asp.net mvc

0 Answers  


Why mvc is better than asp.net? : Asp.Net MVC

0 Answers  


which type of data u send through request.querystring()?and tell abt exact size?

1 Answers   CSC, Nay Company,


Do session use cookies in asp net?

0 Answers  


What is enableviewstate in asp net?

0 Answers  


Categories