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();
HTML TABLE SCROLL BAR <style> .table-container { width: 100%; overflow-x: auto; /* Enables horizontal s...
No comments:
Post a Comment