I have bootstrap Modal dialog which contains input controls and save button. Once the user clicks on Save button , I need to close the Modal Popup. I am doing the same thing thought JQUery like below. But , How i can achieve the same thing in Code Behind.
$('#AddAccoutModalPopup').modal('toggle');
Go to the complete details ...