Click here to Skip to main content
15,923,120 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi All,

I have a gridview with textboxes in it with 100 records..
now if i am updating the textbox value of record no 70, 80, 90

How can i identify that only these three rows are updated by user in grid view.

Please help.

Thnx
Posted
Updated 8-May-14 2:52am
v2
Comments
CHill60 8-May-14 8:40am    
Is this ASP.NET?
Thanks7872 8-May-14 8:44am    
Tag your question properly. C# and .NET is not appropriate.
DipsMak 8-May-14 8:51am    
its asp.net question with c#..whats wrong in it
CHill60 8-May-14 8:53am    
The solution would be different if it was WinForms. Which event are you using to check for these updates?
DipsMak 8-May-14 8:56am    
Exactly the event and how to find the specific record that is what i am looking for..thnx

1 solution

You could use the RowUpdated event[^]
EditIndex[^] property should tell you which row was updated
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900