Datagrid Item Delete Confirmation not working

  • Thread starter Thread starter Nedu N
  • Start date Start date
N

Nedu N

Hi Experts,

All of sudden the delete confirmation is not working for me on my datagrid
(it was working 2 days ago..couldn't figure out the cause). I am trying to
add an 'onsubmit' attribute to the Delete link button (in the onItemCreated
event...and i tried with onItemDataBound event too)..

Is there something (some options/setting) i would have changed so that it is
not working for me suddenly.

Thanks
Nedu
 
Hi Nedu,

Check that the "Handles DataGrid.ItemCreated" clause is still on your
subroutine handler.

I've had occasions when VS.NET has mysteriously removed that clause.
 
Back
Top