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
How tooltip is set through code-behind in ASP.NET?
What is user control in asp.net?
What is rending process in ASP.NET?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
What is viewstate? What does the “enableviewstate” property do?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What are the Types of chaching. How to implement caching
What does asp stand for in asp.net?
Explain about the Class view window?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
How to reduce the width of textbox in editcommandcolumn of datagrid?
What are the different types of proxy patterns?
Explain exception handling in .net.
Can you explain composite pattern?
What are early binding and late binding.