Open Aspx page to another window
Response.Write("<script> window.open( 'New.aspx','_blank'); </script>");
Response.End();
Response.Write("<script> window.open( 'New.aspx','_blank'); </script>");
Response.End();
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; ...
No comments:
Post a Comment