Greetings experts, I have been struggling with this issue now for one full day, trying to use MultiView control to divide up content into different sections.
I have used MultiView control before successfully.
With the code below, I have 4 views, vwPersonInfo, vwEducationInfo, vwReferenceInfo, and vwEmploymentInfo
When I run the code, I see the first section and when I click next, instead of going to section two which is Education, it goes to section 3 which is References.
When I click Next again, I get following error:
ActiveViewIndex is being set to '4'. It must be smaller than the current number of View controls '4'. For dynamically added views, make sure they are added before or in Page_PreInit event. Parameter name: value
Any thoughts on what I could be doing wrong?
Many thanks in advance