• 博客(0)
  • 资源 (1)

空空如也

Asp.NET新闻发布系统

这是新闻发布系统的代码,内部的详细代码 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %> <!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"> <link rel="Stylesheet" href="master.css" type="text/css" /> <head runat="server"> <title>无标题页</title> </head> <body> <form id="form1" runat="server"> <div> <div class="admindiv">管理员登录</div> <div style="width:350px;"> <div class="div1">用户名:</div> <div class="div2"><asp:TextBox ID="username_tb" runat="server" Width="200px"></asp:TextBox></div> </div> <div style="width:350px;"> <div class="div1">密 码:</div> <div class="div2"><asp:TextBox ID="pwd_tb" runat="server" Width="200px" TextMode=Password></asp:TextBox></div> </div> <div style="width:350px; margin-top:10px;"><div style="text-align:center;"> <asp:Button ID="login_bt" runat="server" Text="登录" onclick="login_bt_Click" />&nbsp;&nbsp;&nbsp;&nbsp; <asp:Button ID="cancel_bt" runat="server" Text="取消" onclick="cancel_bt_Click" /></div></div> </div> </form> </body> </html>

2013-12-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除