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

ADVANCE 2025

 HTML TABLE SCROLL BAR  <style>      .table-container {             width: 100%;             overflow-x: auto; /* Enables horizontal s...