Posted on: 3/22/2015 1:28:25 AM | Views : 1341

Hey everyone, this is my first post here.
I am trying to do some styling on my page, and I really would like to implement the built-in modal that bootstrap has for displaying my ValidationSummary control, along with any other messages I may want. So far, I can get the modal to pop up, but the button never reaches my OnClick method, and it does not display the validation summary. I assume this has something to do with posting, and I was wondering if there is a way around this, and if I can still implement the modal? A lot of the things I've seen as far as tutorials and implementing this have been done in Razor, and I am not quite sure how to go about it with webforms. Any help would be greatly appreciated.
My page looks something like this currently:

<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="Server"> <script> //MODAL SCRIPT $('#myMod ...

Go to the complete details ...