Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Datagrid Control (http://www.velocityreviews.com/forums/f60-asp-net-datagrid-control.html)
-   -   Datagrid Item Delete Confirmation not working (http://www.velocityreviews.com/forums/t759970-datagrid-item-delete-confirmation-not-working.html)

Nedu N 12-03-2003 11:26 PM

Datagrid Item Delete Confirmation not working
 
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



Ken Cox [Microsoft MVP] 12-04-2003 12:28 AM

Re: Datagrid Item Delete Confirmation not working
 
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" <nedu_n@hotmail.com> wrote in message
news:OXtfbTfuDHA.536@tk2msftngp13.phx.gbl...
> 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
>
>




Robert McLaws 12-04-2003 02:16 AM

Re: Datagrid Item Delete Confirmation not working
 
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" <nedu_n@hotmail.com> wrote in message
news:OXtfbTfuDHA.536@tk2msftngp13.phx.gbl...
> 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
>
>





All times are GMT. The time now is 07:56 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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