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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top