MVC4 Classic
wijwizard Step 1 of 3: Setting Up the View

In this step, you will create the view that contains the basic wijwizard widget.

  1. In the Solution Explorer, go to the Views | Shared folder and double-click on the Layout.cshtml file to open it.
  2. Go to the Views | Home folder and double-click on the Index.cshtml file to open it. Add the following markup to create the wizard element:
    <div id="pages">
         <div><p>Step 1</p></div>
         <div><p>Step 2</p></div>
         <div><p>Step 3</p></div>
    </div>
    
See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback