I have a user control which is linked to the db. It has three buttons: Save, Cancel and Refresh. I wanted to pop up a showmodal window if the user clicks cancel or refresh. I am using C# and javascript. I have added the javascript code for the buttons onclick events. It is not working:
The showmodal call is like this
can someone tell me what I am doing wrong? Thanks in advanceCode:window.showModalDialog(webpage,,pagesettings);




Reply With Quote