Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simulating like trigger in datagrid

Status
Not open for further replies.

123ASP

MIS
Nov 2, 2002
239
US
hi, is there a way where I can check a specifit field in a datagrid once it changed, I can capture old value and new value and process those info.

thanks
Al
 
123: seems like you could capture in code behind the Edit event (capture the old) folowed by capturing the new with the Update event. First thought is that those events would be available for code behind manipulation - I haven't tried this so not sure how'd it work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top