G Guest May 31, 2005 #1 How can I open a new web page in VB ASP.NET? I want the new page to appear in front of the existing page. TIA
How can I open a new web page in VB ASP.NET? I want the new page to appear in front of the existing page. TIA
G Guest Jun 1, 2005 #2 Hi Helen, You can open a new page by using simple javascript functions 'window.open' or 'window.showModalDialog'. If you want to call this functions from your code behind use 'RegisterClientScriptBlock'. Hope this will help you. -Ravi
Hi Helen, You can open a new page by using simple javascript functions 'window.open' or 'window.showModalDialog'. If you want to call this functions from your code behind use 'RegisterClientScriptBlock'. Hope this will help you. -Ravi