PDA

View Full Version : launching new browser window from ASP.NET code behind


jwite2003
03-29-2003, 01:50 AM
Hi,

I'm trying to generate a new Web Form from the code behind page when an asp.net server button is clicked. Language is C#. Thought there might be something equivalent to JavaScript's window.open(), but can't seem to find it. Any leads would be greatly appreciated...

Thanks,

jwite2003
03-29-2003, 02:06 AM
Figured it out.... moved the window.open from the code behind to the html page.... problem solved....