I wonder if someone could help me please....I'm just starting out in MVC and I've been asked to build a page (VS2013, MVC4 and Umbraco 7) in the following format. Basically I need to build a page in contains an accordion with 4 levels.
The first level is built from what's incoming off the querystring and displays to the user a radiobutton list. I done this part insomuch that I getting the data in the controller and returning this IEnumerable to the View and displaying it to the user.
My problem is that the level 2 should be populated with what the user has selected in level 1 (and level 3 from what they were to select in level 2, etc.) and I just don't know how to go about building this.
I can't really put any code examples up as I don't know what to start writing (!) could anyone point me in the right direction or tell me what structure I need to start building in my page please?
thanks, Craig