⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 newsmanage.aspx

📁 网络人才招聘,系统全面很好,喜欢的朋友拿去
💻 ASPX
字号:
<%@ Page language="c#" CodeFile="NewsManage.aspx.cs" AutoEventWireup="false" Inherits="My.NewsManage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ShowUserOrders</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="ioffice.css" type="text/css" rel="stylesheet">
		<LINK href="style2.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<FONT face="宋体"><FONT face="宋体">
				<FORM id="Form1" method="post" runat="server">
					<FONT face="宋体">
						<TABLE id="Table1" style=" WIDTH: 100%;  HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
							<TR>
								<TD width="202" height="700"><iframe id="iFrame1" style="BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none" tabIndex="0" marginWidth="0" marginHeight="0" src="left.aspx" frameBorder="0" width="100%" height="100%">
									</iframe>
								</TD>
								<TD vAlign="top" noWrap align="center">
									<TABLE id="Table2" style="WIDTH: 95%" cellSpacing="0" cellPadding="0" border="0">
										<tr>
											<td height="15" style="WIDTH: 161px"></td>
										</tr>
										<TR>
											<TD class="ActiveMenuItem" style="WIDTH: 120px" noWrap align="center"><FONT size="2">Current 
													News</FONT></TD>
											<TD style="WIDTH: 280px"></TD>
										</TR>
									</TABLE>
									<FONT face="宋体">
										<TABLE id="Table3" align="center" cellSpacing="0" cellPadding="0" width="60%" border="0">
											<TR>
												<TD style="HEIGHT: 20px" noWrap colSpan="3" height="26"></TD>
											</TR>
											<tr>
											    <td align="center"><asp:label id="Label1" runat="server" Width="160px" Font-Size="X-Small"></asp:label></td>											 
											</tr>
											<TR>
												<TD style="HEIGHT: 20px" noWrap colSpan="3" height="26"></TD>
											</TR>											
											<TR>
												<TD noWrap colSpan="3">
												<asp:datagrid id="DataGrid1" runat="server" ShowFooter="True" align ="middle" Width="100%" GridLines="Horizontal" BorderStyle="Groove" BorderWidth="2px" CellPadding="3" BackColor="White" BorderColor="DarkGray" AutoGenerateColumns="False" PageSize="20" AllowSorting="True" AllowPaging="True" Font-Size="X-Small">
													<SelectedItemStyle Font-Underline="True" Font-Bold="True" ForeColor="#F7F7F7" BackColor="#738A9C"></SelectedItemStyle>
													<AlternatingItemStyle BorderColor="#804000" BackColor="#F7F7F7"></AlternatingItemStyle>
													<ItemStyle ForeColor="#4A3C8C" BorderColor="DarkGray" BackColor="White"></ItemStyle>
													<HeaderStyle Font-Size="X-Small" Font-Names="宋体" Wrap="False" BorderWidth="5px" ForeColor="Black" BorderColor="Magenta" BackColor="#99CCFF"></HeaderStyle>
													<FooterStyle Font-Size="Small" ForeColor="White" BackColor="Ivory"></FooterStyle>
													<Columns>
														<asp:TemplateColumn HeaderText="选择">
														<HeaderStyle Width="30px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle Width="30px" HorizontalAlign="Center"></ItemStyle>
														<ItemTemplate>
															<asp:CheckBox id="CheckBox1" style="Z-INDEX: 102; LEFT: 213px" runat="server"></asp:CheckBox>
														</ItemTemplate>
													      <FooterTemplate>
															<asp:imagebutton id="btnCheckAll" runat="server" CommandName="CheckAll" ImageUrl="img\save.gif" ToolTip="全部选择"></asp:imagebutton>
														  </FooterTemplate>
														</asp:TemplateColumn>
													<asp:TemplateColumn HeaderText="No.">
														<HeaderStyle Width="25px"></HeaderStyle>
														<ItemStyle HorizontalAlign="Left"></ItemStyle>
														<ItemTemplate>
													<SPAN>
														<%# RowNo %>
													</SPAN>
													</ItemTemplate>
														<FooterTemplate>
														<asp:ImageButton id="btnDelete" runat="server" CommandName="Delete" ImageUrl="img\cancel.gif" ToolTip="删除选择的所有项"></asp:ImageButton>
													</FooterTemplate>
														</asp:TemplateColumn>
														
														<asp:BoundColumn DataField="Id" SortExpression="Id" HeaderText="新闻编号">
														<HeaderStyle Width="40px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle Width="40px" HorizontalAlign="Center"></ItemStyle>
														</asp:BoundColumn>	
														
													     <asp:HyperLinkColumn DataNavigateUrlField="Id" DataNavigateUrlFormatString="ShowNews.aspx?NewsId={0}" DataTextField="title" SortExpression="title" HeaderText="标题">
													    <HeaderStyle Width="100px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle Width="100px" HorizontalAlign="Center"></ItemStyle>														
														</asp:HyperLinkColumn>	
														
														<asp:BoundColumn DataField="source" SortExpression="source" HeaderText="来源">
														<HeaderStyle Width="40px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle Width="40px" HorizontalAlign="Center"></ItemStyle>
														</asp:BoundColumn>	
														<asp:BoundColumn DataField="publicDate" SortExpression="publicDate" HeaderText="发表时间">
														<HeaderStyle Width="120px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle Width="120px" HorizontalAlign="Center"></ItemStyle>
														</asp:BoundColumn>	
																											
														<asp:BoundColumn DataField="hits" SortExpression="hits" HeaderText="点击率">
														<HeaderStyle Width="60px" HorizontalAlign="Center"></HeaderStyle>
														<ItemStyle Width="60px" HorizontalAlign="Center"></ItemStyle>
														</asp:BoundColumn>
														</Columns>
														<PagerStyle NextPageText="下一页&amp;gt;" BorderWidth="1px" Font-Size="Smaller" BorderColor="Magenta" PrevPageText="上一页&amp;lt;" HorizontalAlign="Left" ForeColor="White" BackColor="#FFFFC0" Mode="NumericPages"></PagerStyle>
													 </asp:datagrid>
												</TD>
											</TR>
										</TABLE>
										<asp:label id="lblInfo" runat="server" ForeColor="Blue" Font-Size="X-Small" Width="467px"></asp:label></FONT></TD>
							</TR>
						</TABLE>
					</FONT>
				</FORM>
			</FONT></FONT>
	</body>
</HTML>

⌨️ 快捷键说明

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