javascript in web parts

  • Thread starter Thread starter AVL
  • Start date Start date
A

AVL

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....
 
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....

What have about bind-ed?

What's the code that's actually submitting the form to the server?
 
Back
Top