Suppose you display a data having 200 records in a
datagrid. Then you edit 100 records of them. Now when you
will press update button,all 100 records should be updated
in single shot rather than reading every record and
updating. How to do it?

Answer Posted / masuduz zaman

By using dataSet.GetChanges(DataRowState.Modified) method we can update all 100 records at a time.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of the tag in the web.config file?

565


What is work flow gen? how can it will work with .Net?

2569


What are early binding and late binding.

559


What is the compiled object?

1630


Explain the difference between asp & asp.net.

538






What is global.asax file used for?

553


What are standard controls?

504


What does passport and windows authentication mean in ASP.NET?

643


What is sta?

548


What is the biggest disadvantage of “Other Return Types” in Web API?

921


What is the concept of postback in asp.net?

583


Explain what is event bubbling?

566


What are cookies in asp.net?

567


What is the usie of activex control in .net?

543


Where code pages are used?

683