Datagrid Item Delete Confirmation not working

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
 
K

Ken Cox [Microsoft MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top