<div>
Microsoft Visual Studio 2010
MVC 3 with Telerik extension and javascript
I have a page that display information about a student. A student that had graduated for more than 1 years could be archived. I have a checkbox in a detail page, and the user can check the checkbox to archive the student. Upon clicking on the checkbox, a modal window popped where a reason for archiving the student is required. After entering the reason, the user has to click on submit. I can't figure out how to close the window after the user clicks on submit.
</div>