Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1405
Postback on button inside Grid
posted

I have a webhierarchicaldatagrid with a template column, inside that template column I have an imagebutton.

When user clicks on that imagebutton I have a confirmation box , so if user clicks OK then I want to do a postback on that image button. Can anyone help me how to achieve that.

 

Thanks,

Megha

Parents
No Data
Reply
  • 13438
    posted

    Hello Megha,

    My suggestion is to use webdialogwindow and if you choose click the button for postback  to call __doPostBack from the client. If you want to postback only the grid then put it in update panel and call __doPostBack only with the update panel as an argument.

Children