Browse by Tags

31 August 2006
How To Pop UP An ASP.NET Page In IE (Internet Explorer) - Code Snippet
This is a code snippet that is attached to the click event of an ASP.NET Button. When you click the button in IE (Internet Explorer), it pop-ups a new window. The string sWin = "_blank" allows you to pop-up a new window. The string sURL = "Members.aspx?" Read More...