D
dotnw
If I want to delete a row in a GridView control using a stored
procedure, what do the DeleteParameters look like?
Do I use an asp:ControlParameter?
Do I use an asp
arameter?
I also thought perhaps trying to incorporate the GridView's
DataKeyNames property somehow - so, when you click on a row to delete,
it knows what the primary key is, and that would be the parameter to
feed in to the stored procedure..?
Thanks, regards, dnw.
procedure, what do the DeleteParameters look like?
Do I use an asp:ControlParameter?
Do I use an asp
I also thought perhaps trying to incorporate the GridView's
DataKeyNames property somehow - so, when you click on a row to delete,
it knows what the primary key is, and that would be the parameter to
feed in to the stored procedure..?
Thanks, regards, dnw.