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
Explain server-side scripting and client-side scripting.
What is route in web api?
What is the latest version of asp.net?
Explain the concept of MVC Scaffolding?
Explain parts of assembly?
WSDL means?
How can we use Web API with ASP.NET Web Form?
What is the application pool?
What is the difference between application state and caching?
Where is the view state data stored in asp net?
What are the namespaces used in asp.net mvc? : asp.net mvc
Explain culture and uiculture values.
How does the service stream content?
What is loop in asp.net?
Where can I get the details on migration of existing projects using various technologies to asp.net?