load the view and controls as per posted mode in asp.net mvc 2 -


I am currently working in C # with ASP.NET MVC 2. This is new to me Scenario: I am editing page in editing mode. This page has dropdown controls, it fills in steps like Step 1, Step 2, Step 3, Step 4, Step 5. Fine? Now I want to load the edited footage in such a way that if the dropdown is selected as step 3, then it should show two more buttons in the form of "Next" and "Modify". And if the selected step 5 is the last step (make the visible "finished", and make the invisible "next" button.) In short, wizard wants to make control, like normal ap.net. How to get it?

What do I have to do there? Javascript? Controller level? JQuery or what?

If you look like a job for jQuery / javascript

page Do not want to reload: let us know what you already have, and how much functionality you have so far.

There are 5 steps, and only one thing is changing, are these buttons? It's not 5 pages?


Comments