Hi,
I am using this code 'Response.Write("");' to close current form in Asp.net . but if i want to close any specific form as "employee.aspx" then what is the code of it.
please help me
Thanks !
Pankaj Singh
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Aug 12, 2009, 4:38 AM
Master BillaPosted Aug 12, 2009, 5:03 AM
You can't close the other pages from your current pages. but you can close current page by using javascript
window.close();
thank you