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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top