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();
<asp: GridView ID="GridView1" runat="server" AutoGenerateColumns="False" AllowPaging="T...
No comments:
Post a Comment