javascript in web part

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

any idea on how to implement javascript in web part controls...
 
Back
Top