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
What are Session states available and its Uses?
Where can I get the details on migration of existing projects using various technologies to asp.net?
Differentiate between structure and class.
What is break mode?
What is cross page posting? How is it done?
Disable browser cache for entire ASP.NET website?
Why do we use web config?
What is the difference between union and join?
Which of the following .NET framework supports Web API?
What is a swagger in web api?
Explain why datareader is useful?
Where sessions are stored?
Differentiate between authentication and authorization.
What is connection pooling and how to enable and disable connection pooling?
In order to get assembly info which namespace we should import?