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
Write the different features of a Thread and a Process?
What are the different types of sessions in asp.net?
Explain the disadvantages of viewstate?
Explain how cookies work.
Explain what is viewstate?
What is the compiled object?
Where is the view state data stored?
What are web beacons used for?
What is inproc mode in session?
When was asp.net released?
Can we store object in viewstate?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
What are uri parameters?
What is a ashx file?
Explain global assembly cache.