We are trying to present to our users the ability to verify their requests before submitting to the database.
So, I decided to use MultiView control to do this.
First a user completes the request and clicks the VerifyRequest button.
That's where the problem lies. As soon as the user clicks to verify request, the page goes blank,
I dont't any data, not even the controls.
I have been fooling with this since morning.
Any assistance is greatly appreciated.
form id="form1" runat="server" class="ajax_form avia-builder-el-5 el_after_av_textblock avia-builder-el-last " data-avia-form-id="1">
<asp:MultiView ID="myMultiView" runat="server">
<asp:View ID="vwUserInput" runat="server">
<!-- All user textboxes for input here -->
<p class=' form_element_half' id='element_avia_name_1'>
...
Go to the complete details ...