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

what are the web form events available in asp.net?

0 Answers  


What is a reflection?

0 Answers  


what is webservices. howit is use in our project .

1 Answers   Patni,


what are partial classes and their use?

1 Answers   Patni,


Explain the difference between asp & asp.net.

0 Answers  






Difference between web user control and web custom control?

0 Answers  


What is ASLM?

0 Answers   MCN Solutions,


Differences between session state and Application state?

6 Answers  


What is http protocol and how it works?

0 Answers  


Difference between asp and asp.net?

4 Answers   Accenture,


I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....

2 Answers  


You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).

6 Answers   CPCL, Syntax Softtech,


Categories