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
Is web config mandatory?
Explain exception filters?
how to debug web services on consumer side?
How to Separate background image and front image from original picture....
What are Session states available and its Uses?
Which browsers support the xmlhttprequest object?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Why is asp.net so popular?
What is the difference between table and query?
What is cross page posting in asp net?
What are the advantages of using Master Pages?
Explain the various authentication mechanisms in asp.net.
What are the uses of reflection?
What are the new web part controls in asp.net 2.0 ?