Hi,
I want to open a popup window from server side and i want to pass some values throuh url.
Am tried of this. but didn't get.
string EmailID ="MailID";
ClientScript.RegisterStartupScript(this.GetType(), "newWindow", "<script>window.open('mypage.aspx?Email='+ EmailID, 'Mypage','height=500px, width=400px,resizable=yes,scrollbar=yes,toolbar=no,menubar=no');</script>");
plz help me.
thnks in advance.
Go to the complete details ...