userall.aspx

来自「三层班级留言本源码 用VS2005写的,对于其中没有太多的技术含量, 但是」· ASPX 代码 · 共 55 行

ASPX
55
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserAll.aspx.cs" Inherits="UserAll" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.inlk.net">

<html>
<head id="Head1" runat="server">
    <title>用户信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	background-color: #3769B8;
}
-->
</style>
<link href="Css.css" rel="stylesheet" type="text/css">
</head>
<body style="text-align: center">
    <form id="form1" runat="server">
 <table width="780" height="600" border="0" align="center" cellpadding="0" cellspacing="0" id="__01">
	<tr>
		<td colspan="2">
			<img src="images/body_01.gif" width="780" height="121" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/body_02.gif" width="548" height="32" alt=""></td>
		<td width="232" height="32" background="images/body_03.gif">&nbsp;<a href=index.aspx><img  border="0" src="images/home.gif"/>
            &nbsp; 记得常回来看看。。。</a></td>
	</tr>
	<tr>
		<td height="416" colspan="2" valign="top" style="text-align: left">&nbsp;<asp:DataList ID="DataList1" runat="server" CellSpacing="5" Height="259px"
                RepeatColumns="6" RepeatLayout="Flow" Width="765px">
                <ItemTemplate>
                    用 户:<asp:LinkButton ID="LinkButtonLogin" runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"UserName") %>'></asp:LinkButton>
                </ItemTemplate>
            </asp:DataList></td>
	</tr>
	<tr>
		<td colspan="2">
			<img src="images/body_05.gif" width="780" height="1" alt=""></td>
	</tr>
	<tr>
		<td colspan="2" style="height: 19px">
			<img src="images/body_06.gif" width="780" height="30" alt=""></td>
	</tr>
</table>
<table>
    <tr>
        <td style="width: 738px"><img src="images/botton.gif"></td>
    </tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?