View Full Version : Gridview object and editing data


wan2fly99
04-07-2010, 09:49 AM
I have loaded up a gridview object with data

I have turned on Edit on the grid


It lets me edit the data, but I also want to put some code to check for correct data in each field


I tried to assign a requiredfieldvalitor, comparevaliditor but they don't work


Is there an event I can capture to fire up some code before the grid sves my data?


Any help is appreciated