Click here to Skip to main content
16,018,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My requirement is to capture the old values in DB, plus the newly updated values, is that possible in Gridview
Posted

1 solution

is that is possible, you can do this help of any type variable. Before When your update event is occur,hold the old value any type of variable, like that
C#
var ii=GridView1.Select["row"].column[""].tostring();


I know is that not clear , share you code for better understand.
 
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