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 create multi language website in asp.net mvc? : Asp.Net MVC

0 Answers  


How can you provide an alternating color scheme in a Repeater control?

6 Answers   Siebel Systems,


Where is the session stored?

0 Answers  


What are user controls and custom controls ?

1 Answers  


How to turn off cookies for a page?

0 Answers  






how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


when a request is made in Life cycle of ASP.NET page .

0 Answers  


Can master pages be nested?

0 Answers  


How many types of cookies are there in asp.net?

0 Answers  


what is the difference between assemblyinfo and webconfig files?

1 Answers  


You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.

1 Answers   Syntax Softtech,


List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


Categories