温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:小白留言板源码
当前文件:
XiaobaiLiuyanban/Login.aspx[2K,2009-6-12 11:59:24],打开代码结构图
XiaobaiLiuyanban/Login.aspx[2K,2009-6-12 11:59:24],打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="Login" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
</head> 9
<body> 10
<form id="form1" runat="server"> 11
<div> 12
13
</div> 14
<table style="left: 175px; width: 413px; position: relative; top: 81px; height: 165px"> 15
<tr> 16
<td colspan="2"> 17
<p align="center" style="font-size: 35px; width: 100%; color: green; border-bottom: #a1d1c3 6px solid; 18
height: 100%; background-color: #a1d1c3"> 19
<span style="color: white; font-family: 楷体_GB2312">用户登录</span></p> 20
</tr> 21
<tr> 22
<td class="td" style="text-align: right" width="45%"> 23
用户名:</td> 24
<td class="td" style="text-align: left"> 25
<asp:TextBox ID="tname" runat="server" ForeColor="Gray"></asp:TextBox></td> 26
</tr> 27
<tr> 28
<td class="td" style="text-align: right"> 29
密码:</td> 30
<td class="td" style="text-align: left"> 31
<asp:TextBox ID="tpass" runat="server" ForeColor="Gray" Width="148px" TextMode="Password"></asp:TextBox></td> 32
</tr> 33
<tr> 34
<td colspan="2" style="height: 34px"> 35
<asp:Button ID="Button1" runat="server" Style="left: 94px; position: relative; top: 1px" 36
Text="登录" OnClick="Button1_Click" /> 37
<asp:Button ID="Button2" runat="server" Style="left: 140px; position: relative; top: 2px" 38
Text="取消" /></td> 39
</tr> 40
</table> 41
</form> 42
</body> 43
</html> 44




