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


Please Help Members By Posting Answers For Below Questions

Where sessions are stored?

655


List down the sequence of methods called during the page load.

531


What are the two types of web pages?

522


Explain difference between friend and protected friend?

530


What is the use of session in web application?

485






List the advantages and disadvantages of user control an custom control?

542


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

755


If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?

603


What is repository pattern in mvc.net? : asp.net mvc

528


What is a windows service?

557


What is the asp.net mvc folder conventions? : asp.net mvc

468


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

580


How do I use a proxy server when invoking a web service?

527


In asp.net, how can you validate drop down box?

586


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

505