您目前尚未登陆,请选择【登陆】或【注册
首页->上传下载->明日企业下载管理系统源码>>BackAdmin/AdminRegimentation/AdminRegimentation.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:明日企业下载管理系统源码
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AdminRegimentation.aspx.cs" Inherits="BackAdmin_AdminRegimentation" %> 2 3<%@ Register Src="WebUserControl.ascx" TagName="WebUserControl" TagPrefix="uc1" %> 4 5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 6 7<html xmlns="http://www.w3.org/1999/xhtml" > 8<head runat="server"> 9 <title>企业门户网站</title> 10 <style> 11body{ 12margin-top:0px; 13} 14</style> 15</head> 16<body style="text-align: center"> 17 <form id="form1" runat="server"> 18 <table cellpadding="0" cellspacing="0" style="width: 800px"> 19 <tr> 20 <td colspan="2" style="background-image: url(../../image/企业门户后台1.jpg); height: 159px"> 21 </td> 22 </tr> 23 <tr> 24 <td rowspan="2" style="background-image: url(../../image/企业门户后台2.jpg); vertical-align: top; 25 width: 167px; height: 427px; text-align: center"> 26 <table cellpadding="0" cellspacing="0" style="width: 190px; height: 427px"> 27 <tr> 28 <td style="width: 190px; text-align: center;"> 29 <uc1:WebUserControl ID="WebUserControl2" runat="server" /> 30 </td> 31 </tr> 32 </table> 33 </td> 34 <td rowspan="2" style="background-image: url(../../image/企业门户后台3.jpg); vertical-align: top; 35 width: 100px; text-align: center"> 36 <table cellpadding="0" cellspacing="0" style="width: 610px; height: 427px"> 37 <tr> 38 <td style="vertical-align: top; width: 100px; text-align: center"> 39 <table style="width: 610px; height: 177px" cellpadding="0" cellspacing="0"> 40 <tr> 41 <td colspan="1" style="width: 79px"> 42 </td> 43 <td colspan="4" style="width: 411px; text-align: center"> 44 <asp:Label ID="Label1" runat="server" Font-Size="9pt" ForeColor="Red" Text="软件类别管理"></asp:Label></td> 45 <td colspan="1" style="width: 100px"> 46 </td> 47 </tr> 48 <tr> 49 <td colspan="1" style="width: 79px; height: 19px; text-align: left"> 50 </td> 51 <td align="left" colspan="4" style="width: 411px; height: 19px; text-align: left"> 52 &nbsp;<asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" Font-Underline="False" 53 ForeColor="Red" OnClick="LinkButton1_Click">『添加类别』</asp:LinkButton></td> 54 <td colspan="1" style="width: 100px; height: 19px; text-align: left"> 55 </td> 56 </tr> 57 <tr> 58 <td align="left" colspan="1" style="width: 100px; text-align: center"> 59 </td> 60 <td align="left" colspan="4" style="width: 411px; text-align: center"> 61 <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AutoGenerateColumns="False" 62 BackColor="White" BorderColor="#CCCCCC" BorderStyle="None" BorderWidth="1px" 63 CellPadding="3" Font-Size="9pt" Font-Underline="False" OnPageIndexChanging="GridView1_PageIndexChanging" 64 OnRowDeleting="GridView1_RowDeleting" PageSize="5" Width="411px" OnRowDataBound="GridView1_RowDataBound"> 65 <FooterStyle BackColor="White" ForeColor="#000066" /> 66 <Columns> 67 <asp:BoundField DataField="Name" HeaderText="类别名称"> 68 <ItemStyle HorizontalAlign="Center" /> 69 <HeaderStyle HorizontalAlign="Center" /> 70 </asp:BoundField> 71 <asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="UpdateRegimentation.aspx?ID={0}" 72 HeaderText="编辑" Text="编辑"> 73 <ControlStyle Font-Underline="False" ForeColor="Blue" /> 74 <ItemStyle HorizontalAlign="Center" /> 75 <HeaderStyle HorizontalAlign="Center" /> 76 </asp:HyperLinkField> 77 <asp:CommandField HeaderText="删除" ShowDeleteButton="True"> 78 <HeaderStyle HorizontalAlign="Center" /> 79 <ItemStyle HorizontalAlign="Center" /> 80 <ControlStyle Font-Underline="False" ForeColor="Red" /> 81 </asp:CommandField> 82 83 </Columns> 84 <RowStyle ForeColor="#000066" /> 85 <SelectedRowStyle BackColor="#669999" Font-Bold="True" ForeColor="White" /> 86 <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" /> 87 <HeaderStyle BackColor="#006699" Font-Bold="True" ForeColor="White" /> 88 </asp:GridView> 89 </td> 90 <td align="left" colspan="1" style="width: 100px; text-align: center"> 91 </td> 92 </tr> 93 <tr> 94 <td style="width: 79px"> 95 </td> 96 <td style="width: 55px" colspan="4"> 97 </td> 98 <td style="width: 100px"> 99 </td> 100 </tr> 101 </table> 102 </td> 103 </tr> 104 </table> 105 </td> 106 </tr> 107 <tr> 108 </tr> 109 <tr> 110 <td style="width: 167px"> 111 </td> 112 <td style="width: 100px"> 113 </td> 114 </tr> 115 </table> 116 </form> 117</body> 118</html> 119
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:明日企业下载管理系统源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号