hi i am creating a webpart. i have a custom toolpart for my webpart. there i'll type some text. when i click save it will print in sharepointpage. when an user click cancel in webpart's toolpart i need to ask confirmation dialog and if the user selects "OK" i need to run some server side code. is it possible. Please help me on that.
|
feedback
|
|
In your toolpart register an onsubmit event handler (this will be called on OK/Apply/Cancel or if you do anything else that causes a postback)
Also be sure to have a javascript | |||||||
feedback
|
|
Yes you can. It's like asp.net, so you can insert a Javascript, like the sample we found at this site. | |||
feedback
|