Asp.net源码专业站
首页->留言本类->ajax奥运留言本v1.0源码>>RoleByAccess/adminlogin.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:ajax奥运留言本v1.0源码
当前文件:文件类型 OlympicBook/RoleByAccess/adminlogin.aspx[3K,2009-6-12 11:51:24]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="adminlogin.aspx.cs" Inherits="admin_adminlogin" %> 2<%@ Register Src="bottoml.ascx" TagName="bottoml" TagPrefix="uc3" %> 3 4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5 6<html xmlns="http://www.w3.org/1999/xhtml" > 7 8<head runat="server"> 9 10 <title>管理员登录</title> 11<link rel="Stylesheet" href=admin.css type="text/css" /> 12 13</head> 14<body > 15 <form id="form1" runat="server"> 16 <div id="button" runat="server"> 17 <img src="../image/top.jpg" /> 18 19 <table border="0" cellpadding="0" cellspacing="0" align="center" > 20 <tr> 21 <td colspan="3" align="center">管理员登录 22 </td> 23 </tr> 24 <tr> 25 <td align="right" > 26 管理员:</td> 27 <td > 28 <asp:TextBox ID="adminname" runat="server"></asp:TextBox><font color=red>*</font></td> 29 <td > 30 <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="adminname" 31 ErrorMessage="管理员名称不能为空!" Width="166px"></asp:RequiredFieldValidator></td> 32 </tr> 33 <tr> 34 <td align="right" > 35 密码:</td> 36 <td > 37 <asp:TextBox ID="adminpwd" runat="server" TextMode="Password" Width="150px"></asp:TextBox><font color=red>*</font></td> 38 <td> 39 <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="adminpwd" 40 ErrorMessage="管理员密码不能为空!" Width="162px"></asp:RequiredFieldValidator></td> 41 </tr> 42 <tr> 43 <td align="right"> 44 验证码:</td> 45 <td > 46 <asp:TextBox ID="checkcode" runat="server" Width="50px"></asp:TextBox><font color=red>*</font> 47 48<img id="CheckCodesy" style="vertical-align:top;" src="ShowImage.aspx?temp='+ (new Date().getTime().toString(36)) +'"/> 49 50<a href="#" onclick="document.getElementById('CheckCodesy').src='ShowImage.aspx?temp='+(new Date().getTime().toString(36)); return false">刷新</a></td> 51 <td> 52 <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="checkcode" 53 ErrorMessage="验证码不能为空!"></asp:RequiredFieldValidator></td> 54 </tr> 55 <tr> 56 <td colspan="3" align="center"> 57 <asp:Button ID="Button1" runat="server" Text="管理登录" OnClick="Button1_Click" /> 58 </td> 59 </tr> 60 </table> 61 62 <asp:Image ID="Image1" runat="server" Height="30px" Visible="False" Width="200px" /></div> 63 <uc3:bottoml ID="Bottoml1" runat="server" /> 64 65 </form> 66</body> 67</html> 68
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:ajax奥运留言本v1.0源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146