i've a webpart which has datarepeater control.. the datarepeater control has some rows along with the delete button.. I want to shown a confirmation pop up before performing delete action..using javascript.. Ive binded the javascript to the button in the itemcreated event ...but it's not firing properly.. After I clcik on the 'Ok' button in pop up.. the itemcommand event of the repeater isnt firing.... any idea on how to implement javascript in web part controls...
Please do not multi post microsoft.public.dotnet.framework.aspnet http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_thread/thread/8d1cbc5cb6d7e1c3# "AVL" wrote in message news:BD7D4C75-1B8C-4304-BA92-562F0F3A2488@microsoft.com... > i've a webpart which has datarepeater control.. > the datarepeater control has some rows along with the delete button.. > > I want to shown a confirmation pop up before performing delete > action..using > javascript.. > > Ive binded the javascript to the button in the itemcreated event ...but > it's not firing properly.. After I clcik on the 'Ok' button in pop up.. > the itemcommand event of the repeater isnt firing.... > > any idea on how to implement javascript in web part controls...