ASP: Wizard Application

Source: Internet
Author: User

<Asp: Wizard id = "wizard1" runat = "server" headertext = "sample wizard">

<Wizardsteps>

<Asp: wizardstep runat = "server" Title = "Step 1" steptype = "start">

<Asp: Label id = "label1" runat = "server" text = "username:"> </ASP: Label>

<Asp: textbox id = "tbname" runat = "server"> </ASP: textbox>

<Asp: requiredfieldvalidator id = "requiredfieldvalidator1" runat = "server" controltovalidate = "tbname"

Errormessage = "cannot be blank! "> </ASP: requiredfieldvalidator>

<Br/>

<Asp: Label id = "label2" runat = "server" text = "Password:"> </ASP: Label>

<Asp: textbox id = "tbpwd" runat = "server"> </ASP: textbox>

</ASP: wizardstep>

<Asp: wizardstep runat = "server" Title = "Step 2">

<Asp: Label id = "label3" runat = "server" text = "email"> </ASP: Label>

<Asp: textbox id = "tbemail" runat = "server"> </ASP: textbox> <br/>

<Asp: Label id = "label4" runat = "server" text = "telephone"> </ASP: Label>

<Asp: textbox id = "tbphone" runat = "server"> </ASP: textbox>

</ASP: wizardstep>

</Wizardsteps>

</ASP: Wizard>

<Asp: Wizard> contains <wizardsteps>. <wizardsteps> can only contain <asp: wizardstep>. <asp: wizardstep> can contain multiple steps, that is, the steps of a specific process.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.