Trouble again !
How to open a modal webforms ? When I want click on my aspx button, I want to show a pop up window ( a webform). The user cannot come back to the main webform without closing the popup. How ?
I was trying something like
Response.write("<script language='_javascript_"> window.open("popup.aspx","height=200,width=100")</script>) Does anyone have working code on this issue ? And again, How to do a asp.net equivalent of the following VB6 code
if vbyes = msgbox("Are you sure you want to delete this record ?",vbyesno) then ' go ahead else 'do nothing end if How to write a ClientSide code ( _javascript_) for the above functionalty in a aspx page ?
Thanks, Anand Sagar.
|