PDA

Click to See Complete Forum and Search --> : datagrid delete process


EyeTalion
Nov 5th, 2002, 08:32 AM
can anyone tell me if I have this right to fire off the "OnDeleteCommand"

placed a button in my datagrid
set the "CommandName" to delete in the button tag
set the "OnDeleteCommand" to call my Sub in the datagrid tag

but it never makes it to my Sub? So, I'm assumming the "OnDeleteCommand" is not being fired. From all the tutorials I've read they all follow this structure to fire off the "OnDeleteCommand"...any suggestions?


eye