Hi All,
from an Page1.aspx i want to open Page2.aspx page in another window of browser. How can i do this in c#? Thanks
Printable View
Hi All,
from an Page1.aspx i want to open Page2.aspx page in another window of browser. How can i do this in c#? Thanks
use javascript
window.open();
heres an example of how to do it.
http://www.aspnetresources.com/blog/...le_popups.aspx
hth,
mcm