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
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
What is difference between abstract class and an interface?
Why is this service branded with windows livetm?
Does asp.net still recognize the global.asa file?
Is asp.net a programming language?
What are the session management techniques asp net?
How can we Validate a Controls in ASP.NET page using JavaScript?
What is the difference between a candidate key and primary key?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How we can force all the validation controls to run?
Can we have multiple web config files for an asp.net application?
Differentiate between early binding and late binding.
Explain about Multi-Language integration?
What do you mean by query string?
What are the parts of an http response?