Opening new window from C#

teamname

New Member
Can someone tell me what is the equivalent in C# to the javascript window.open(). How can you start new browser windows from a ascx.cs?Opening a window is still a client side procedure and will need to be done with Javascript. You could output the javascript to the page from the ascx file in a literal or something like that.
 
Back
Top