Step 1 of 3: Adding a WijProgressBar to the Project
In This Topic
In this topic you will associate the WijProgressBar with a Panel control to create a progress bar.
- Create an ASP.NET Web application with a ScriptManager control and install Juice UI and the Wijmo Juice libraries to your project via NuGet.
- Add a standard Panel control to the main content of your page.
- In Source view, use the following markup to add a WijProgressBar control to the page and set the TargetControlID to Panel1.
<cc1:WijProgressBar ID="Panel1_WijProgressBar" runat="server"
TargetControlID="Panel1">
</cc1:WijProgressBar>
Now you can begin setting properties for the WijProgressBar .