Posted on: 11/30/2014 4:51:06 PM | Views : 376

I have two multiview controls.
One multiview control is used to enter values by users.
The second control is used for previewing user's entry before submitting to the database.
Right now, there is one control called results:
<asp:Label ID="results" runat="server" Text="" ClientIDMode="Static"></asp:Label> that displays results in the first multiview control called vwPersonaldata.
This works great, thanks in large part to A2H for his assistance getting this to work.
What I am having problem with right now is previewing the data of results in the vwPreviewResults multiview control.
The problem is that when I click the Next button, nothing happens.
I hope I am making sense. Please let me know if further clarification is needed.
Here is my complete code:
//Js
<script ...

Go to the complete details ...