Asp.net源码专业站
首页->留言本类->ajax奥运留言本v1.0源码>>RoleByAccess/main.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:ajax奥运留言本v1.0源码
当前文件:文件类型 OlympicBook/RoleByAccess/main.aspx[2K,2009-6-12 11:51:24]打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="main.aspx.cs" Inherits="admin_main" %> 2<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc2" %> 3<%@ Register Src="bottoml.ascx" TagName="bottoml" TagPrefix="uc1" %> 4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head runat="server"> 7 <title>主要</title> 8 <link rel="Stylesheet" href="admin.css" type="text/css" /> 9</head> 10<body > 11 <form id="form1" runat="server"> 12 <uc2:top ID="Top1" runat="server" /> 13 <div id="div1"> 14 <asp:ScriptManager ID="ScriptManager1" runat="server"> 15 </asp:ScriptManager> 16 <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" > 17 <ContentTemplate> 18 <asp:GridView ID="GridView1" runat="server" AllowPaging="True" PageSize="8" AutoGenerateColumns="False" EmptyDataText="暂时没有留言" OnPageIndexChanging="GridView1_PageIndexChanging" CellPadding="4" ForeColor="#333333" GridLines="None" Width="700px" OnRowDeleting="GridView1_RowDeleting" OnRowDataBound="GridView1_RowDataBound"> 19 <Columns> 20 <asp:HyperLinkField DataNavigateUrlFields="id" DataNavigateUrlFormatString="UserInfo.aspx?id={0}" 21 DataTextField="username" HeaderText="用户" Target="_self" /> 22 <asp:BoundField DataField="useremail" HeaderText="邮件" /> 23 <asp:BoundField DataField="userurl" HeaderText="个人网站" /> 24 <asp:BoundField DataField="addtime" HeaderText="留言时间" /> 25 <asp:BoundField DataField="hideid" HeaderText="审核" /> 26 <asp:BoundField DataField="replyid" HeaderText="状态" /> 27 <asp:CommandField ShowDeleteButton="True" /> 28 </Columns> 29 <PagerStyle HorizontalAlign=Center Font-Names="宋体" BackColor="#284775" ForeColor="White" /> 30 <FooterStyle BackColor="#FF6633" Font-Bold="True" ForeColor="White" /> 31 <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> 32 <EditRowStyle BackColor="#999999" /> 33 <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" /> 34 <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /> 35 <AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 36 </asp:GridView> 37 </ContentTemplate> 38 <Triggers> 39 <asp:AsyncPostBackTrigger ControlID="GridView1" EventName="PageIndexChanging" /> 40 </Triggers> 41 </asp:UpdatePanel> 42 43 </div> 44 <uc1:bottoml ID="Bottoml1" runat="server" /> 45 46 </form> 47</body> 48</html> 49
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:ajax奥运留言本v1.0源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146