I have a datagrid of 10 rows and I am updating the fifth
row using template column edit. How wil u know that the row
is updated, so that it can be send to database for updating
the respective table?

Answer Posted / aric smith

In GridView_RowUpdating Event, you get e.RowIndex which can
be used for finding out row edited.

e.g. : gridview.Rows[e.RowIndex]

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

513


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

1866


What is the question mark in a url?

523


What is asp short for?

561


Where sessions are stored?

654






What is the sequence in which ASP.NET events are processed?

473


What is query string? What are its advantages and limitations?

514


Why is global asax is used?

613


Mention the execution process for managed code?

537


What is the default timeout for a cookie?

560


What is data grid view in asp.net?

532


Do you know caching feature?

564


Explain Authentication mechanism in dotnet

628


What is Cookies Less Session?

613


Which dll handles the request of .aspx page?

560