Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Datagrid Item Delete Confirmation not working

Reply
Thread Tools

Datagrid Item Delete Confirmation not working

 
 
Nedu N
Guest
Posts: n/a
 
      12-03-2003
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


 
Reply With Quote
 
 
 
 
Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
      12-04-2003
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.


"Nedu N" <> wrote in message
news:...
> 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
>
>



 
Reply With Quote
 
 
 
 
Robert McLaws
Guest
Posts: n/a
 
      12-04-2003
Nedu,

You may want to try this article I wrote on the subject:
http://builder.com.com/5100-6373-1049811.html

I don't know what your situation is without seeing some code, but I think
this will help you out.

Robert McLaws
ASP.NET MVP

"Nedu N" <> wrote in message
news:...
> 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
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Confirmation Message on DATAGRID Item Delete rajeshgujar@hotmail.com ASP .Net 0 06-14-2007 07:34 PM
how to implement delete confirmation in datagrid DrData ASP .Net 4 03-22-2005 06:32 AM
How to use confirmation box on delete a row in a datagrid? JenHu ASP .Net 6 02-03-2005 01:31 AM
Datagrid Item Delete Confirmation not working Nedu N ASP .Net Datagrid Control 2 12-04-2003 02:16 AM
Re: delete confirmation in datagrid sramruttun ASP .Net 0 07-04-2003 06:47 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57