Close a modal window
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How to close a modal window on web forms button click and this button is present on a web user control, placed on a form displayed in the modal window? aasstt
Your question isn't very clear, but you can close a window using JavaScript:
window.close();
Michael Flanakin Web Log