HorizontalAlign="Center">Р <ASP:TableRow Runat="Server">Р <ASP:TableCell Runat="Server" ColumnSpan="2">Р <ASP:Table Runat="Server" BackColor="LightYellow">Р <ASP:TableRow Runat="Server">Р <ASP:TableCell Runat="Server" Text="账号:"/>Р <ASP:TableCell Runat="Server">Р <ASP:TextBox Id="Name" Runat="Server"/><Br>Р </ASP:TableCell>Р </ASP:TableRow>Р<ASP:TableRow Runat="Server">Р <ASP:TableCell Runat="Server" Text="密码:"/>Р <ASP:TableCell Runat="Server">Р <ASP:TextBox Id="Pwd" Runat="Server"Р TextMode="Password"/>Р </ASP:TableCell>Р </ASP:TableRow> Р <ASP:TableRow Runat="Server">Р <ASP:TableCell Runat="Server"/>Р <ASP:TableCell Runat="Server">Р <ASP:Button Id="Login" Runat="Server"Р Text="登录" OnClick="Login_Click"/>Р </ASP:TableCell>Р </ASP:TableRow>Р </ASP:Table>Р </ASP:TableCell>Р </ASP:TableRow>