hi Rajiv..
To open a new window through asp.net, you need to use
javascript. After the user has been validated, you can
write this:
Response.Write("<script language=javascript>window.open('popup.aspx','new' ,'height=100,width=100,resizable=no scrollbars=no,status=no,toolbar=no,menubar=no,loca tion=no');</script>")
Cheers..
Spacy :)
|