Friday, September 7, 2018

open aspx page to another window

Open Aspx page to another window 


Response.Write("<script> window.open( 'New.aspx','_blank'); </script>");

Response.End();

No comments:

Post a Comment

GRIDVIEW PAGINING

  <asp: GridView ID="GridView1" runat="server"            AutoGenerateColumns="False"  AllowPaging="T...