Launching a new window......

  • Thread starter Thread starter Veeresh
  • Start date Start date
V

Veeresh

Hello All,
How to launch a New .ASPX page from the clicked event of a button. Like Java
script Window.open....
Veeresh
 
Hi,
You have to do it with JavaScript. Because, opening a new window is a client
side operation.
You could use RegisterClientScriptBlock on your class or something else on
your aspx page to open your window with window.open or other functions.

Good Luck
Adnan
 
Back
Top