I am using a repeater to display rows of data. Each row has a delete Image button. I would like to add a confirmation dialog using jQuery UI. The Dialog box displays correctly when the delete Image Button is clicked. What I am unsure about is how do I call the event handler for the Image button from jQuery when the OK button is clicked on the Dialog box.
Share
you can do some thing like this, check for Jquery Dialogbox example,
while binding the Repeater you attach the event handler to it. like this
javascript function :
this is for the dialogbox initializer