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 is a gridview in asp.net?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What is diff. Between abstract class and an interface?
Where the assembly is stored in asp.net?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Differentiate strong typing and weak typing
What is the advantage of mvc over asp.net? : Asp.Net MVC
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Define secured sockets layer.
Difference between singleton and singlecall.
How many ways are there to maintain a state in .net? What is view state?
What is ispostback property?
What are the HTML server controls in ASP.NET?
Do gac'ed assemblies have fulltrust?
How can you send an email message from an asp.net web page?