Features of AWS HTML Wizard
AWS HTML Wizard is an ASP.NET User Control that helps you easily create robust and well looking multipage forms and wizards for your web applications. This component can also be useful if you want to publish pools, tests, quizzes online. Using AWS HTML Wizard, you can expand quality of user interface and avoid many troubles while implementing multipaging manually. You don't need to take care of step changing, support for user help and so on - just describe wizard steps and go! AWS HTML Wizard includes following features:
- Easy creating multipage web forms for ASP.NET web-applications;
- Flexible structure allows developers to change appearance of their wizards
and multi-page forms easily as they want;
- All the wizard steps are defined in one file that provides centralized
storing for all tied steps;
- All the steps have a common name space as they are defined on one page, so you will have no problems while linking them together;
- Ability to add a help for every single step or for wizard in whole;
- Parent code notification when wizard step changed, when "Finish"
button is pressed and when operation is canceled;
- You can explicitly specify what steps of available ones you want to show
and in what order;
- AWS HTML Wizard provides framework for Wizard-97 implementation for
the web;
- With AWS HTML Wizard well-formed and rich-commented source code is
included! We use C# XML comments for commenting our code, so extensive
documentation on component is incorporated into the source.
Here is how the code for a usual wizard looks like:
<asp:panel runat="server"
Id="Header">
This is a header. It is the same for all the steps. For instance,
you can place a banner here.
</asp:panel>
<asp:panel runat="server"
Id="wzp1" StepTitle="Title for the 1st step" HelpURL="help1.htm">
The first step
</asp:panel>
<asp:panel runat="server"
Id="wzp2" StepTitle="Title for the 2nd step" HelpURL="help1.htm">
The second step
</asp:panel>
<asp:panel runat="server"
Id="wzp3" StepTitle="Title for the 3rd step" HelpURL="help1.htm">
The third step
</asp:panel>
<asp:panel runat="server"
Id="Footer">
This is a footer, it is the same for all the steps. For instance,
you can place a copyright notice here.
</asp:panel>
That's all! All the other work (displaying Title for steps, step
navigation, calling help and so on) AWS HTML Wizard will do by itself!
Wanna see it in the action? Click here to look at the demos
Requirements
Following software must be installed prior to installing AWS HTML Wizard:
- Windows NT 4.0 / Windows 2000 / Windows XP / Windows.NET
- Microsoft.NET Framework 1.0+ ;
- Internet Information Services 4+, including WWW Service;
Support
Feel free to ask any questions about AWS HTML Wizard by sending email at support@awsystems.spb.ru.
All questions will be carefully read and answered promptly. Also, don't forget to visit our web site, especially the FAQ page. You are likely to find an answer for your question there.
|