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

How to change Master page in ASP.Net using code?

0 Answers   HCL,


WHAT IS OBJECT POOLING

2 Answers   Fidelity,


What’s difference between “optimistic” and “pessimistic” locking?

0 Answers  


where should write the connection string Show that it will apply whole pages in the website

5 Answers   Symco,


What is Stateless ASP or ASP.Net?

2 Answers   Accenture,






What is asp.net response object?

0 Answers  


What is a page life cycle?

0 Answers  


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

0 Answers   Siebel,


asp.net page is a object or not?

5 Answers  


Describe in brief .net framework and its components.

0 Answers  


What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable

2 Answers   Syntax Softtech,


What is the difference between dispose() and finalize()?

0 Answers  


Categories