📄 default6.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default6.aspx.cs" Inherits="Default6" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Wizard ID="Wizard1" runat="server" ActiveStepIndex="0" BackColor="#EFF3FB" BorderColor="#B5C7DE"
BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" Height="233px" Width="427px" style="font-size: 12pt" OnActiveStepChanged="Wizard1_ActiveStepChanged" OnFinishButtonClick="Wizard1_FinishButtonClick">
<StepStyle Font-Size="0.8em" ForeColor="#333333" />
<SideBarStyle BackColor="#507CD1" Font-Size="0.9em" VerticalAlign="Top" Width="100px" />
<NavigationButtonStyle BackColor="White" BorderColor="#507CD1" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284E98" />
<WizardSteps>
<asp:WizardStep runat="server" Title="基本信息">
<div style="text-align: center">
<div style="text-align: center">
<table style="width: 100%">
<tr>
<td style="width: 100px; height: 18px;">
用户名</td>
<td style="width: 100px; height: 18px;">
<asp:TextBox ID="UserName" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 100px">
密 码</td>
<td style="width: 100px">
<asp:TextBox ID="PassWord" runat="server"></asp:TextBox>
</td>
</tr>
</table>
</div>
</div>
</asp:WizardStep>
<asp:WizardStep runat="server" Title="详细信息">
<div style="text-align: center">
<table>
<tr>
<td style="width: 232px">
所在省分<asp:DropDownList ID="ddisf" runat="server" Width="155px">
<asp:ListItem>江西</asp:ListItem>
<asp:ListItem>上海</asp:ListItem>
<asp:ListItem>北京</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr>
<td style="width: 232px">
电话号码<asp:TextBox ID="tbphoto" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 232px">
是否公开详细信息</td>
</tr>
<tr>
<td style="width: 232px; height: 29px">
<asp:RadioButtonList ID="rdbgk" runat="server" RepeatDirection="Horizontal">
<asp:ListItem>不</asp:ListItem>
<asp:ListItem>好吧</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
</table>
</div>
</asp:WizardStep>
<asp:TemplatedWizardStep ID="mb" runat="server" Title="兴趣爱好">
<ContentTemplate>
<asp:CheckBoxList ID="chk" runat="server" RepeatColumns="3" RepeatDirection="Horizontal">
<asp:ListItem>谈天</asp:ListItem>
<asp:ListItem>说地</asp:ListItem>
<asp:ListItem>军事</asp:ListItem>
<asp:ListItem>体育</asp:ListItem>
<asp:ListItem>看书</asp:ListItem>
<asp:ListItem>好玩</asp:ListItem>
</asp:CheckBoxList>
</ContentTemplate>
</asp:TemplatedWizardStep>
<asp:WizardStep runat="server" Title="会员等级">
<asp:DropDownList ID="ddldj" runat="server" AutoPostBack="True">
<asp:ListItem>普通会员</asp:ListItem>
<asp:ListItem>高级会员</asp:ListItem>
</asp:DropDownList>
</asp:WizardStep>
<asp:WizardStep runat="server" StepType="Complete" Title="完 成">
你已成功注册:<br />
用户名:<asp:Label ID="name" runat="server" Text="Label"></asp:Label>
<br />
密 码:<asp:Label ID="pwd" runat="server" Text="Label"></asp:Label>
<br />
省 份:<asp:Label ID="sf" runat="server" Text="Label"></asp:Label>
<br />
电 话:<asp:Label ID="dh" runat="server" Text="Label"></asp:Label>
<br />
<br />
<br />
你订的期刊:<asp:PlaceHolder ID="ph" runat="server"></asp:PlaceHolder>
</asp:WizardStep>
</WizardSteps>
<SideBarButtonStyle BackColor="#507CD1" Font-Names="Verdana" ForeColor="White" />
<HeaderStyle BackColor="#284E98" BorderColor="#EFF3FB" BorderStyle="Solid" BorderWidth="2px"
Font-Bold="True" Font-Size="0.9em" ForeColor="White" HorizontalAlign="Center" />
<HeaderTemplate>
欢迎加入我们
</HeaderTemplate>
</asp:Wizard>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -