| Author: Biju 12 Jul 2008 | Member Level: Gold | Rating:  Points: 3 |
Hi
I ASP.NET, there were no option to close the window. so that we need to use the Javascript to close the window.
Window.Close();
Hope this will use for you. Still you have any clarification please feel free to mail me
Regards Biju S
|
| Author: Pavan Ravi 13 Jul 2008 | Member Level: Gold | Rating:  Points: 3 |
Hi, For thid u dnt have any predefined function or method. u can achieve this with the help of javascript.
can use
window.close();
or else
self.close();
both results the same...
Regards, Pavan Ravi Kumar.
"Complex problems have simple, easy to understand wrong answers." Ravi's Blog
|
| Author: Bindu Bujji 13 Jul 2008 | Member Level: Gold | Rating:  Points: 4 |
Hi U can use window.close() method to close a page. This is javascript to close the window.
If u need more info on closing the window...refer to the following link. http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=2138
Hope this Helps Bindu
|
| Author: Bindu Bujji 13 Jul 2008 | Member Level: Gold | Rating:  Points: 4 |
Hi U can use window.close() method to close a page. This is javascript to close the window.
If u need more info on closing the window...refer to the following link. http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=2138
Hope this Helps Bindu
|