一个简单的例子。 aspx: <asp:wizard id="Wizard1" runat="server"> <wizardsteps> <asp:wizardstep id="step1" runat="server" onactivate="step1_Activate" title="Step 1"> Step 1 </asp:wizardstep> <asp:wizardstep id="step2" runat="server" onactivate="step2_Activate" title="Step 2"> Step 2 </asp:wizardstep> <asp:wizardstep id="step3" runat="server" onactivate="step3_Activate" title="Step3"> Step 3 </asp:wizardstep> </wizardsteps></asp:wizard> CODE-BEHIND: protected void Page_Load(object sender, EventArgs e)} 相关文章: 2021-12-30 2022-01-18 2021-10-07 2022-02-04 2022-01-27 2021-08-17 2021-10-08