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

📄 bulletin.aspx

📁 在线办公系统: 采用C#和asp编写
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Bulletin.aspx.cs" AutoEventWireup="false" Inherits="OfficeOnline.Bulletin" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Bulletin</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" cellSpacing="0"
				cellPadding="0" width="100%" border="0">
				<TR>
					<TD style="HEIGHT: 113px" background="file:///C:\Inetpub\wwwroot\OfficeOnline\Images\Top1.gif"><FONT face="宋体"></FONT></TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 13px">
						<TABLE id="Table2" style="WIDTH: 935px; HEIGHT: 216px" cellSpacing="0" cellPadding="0"
							width="935" border="0">
							<TR>
								<TD style="WIDTH: 306px" background="file:///C:\Inetpub\wwwroot\OfficeOnline\Images\Water lilies.jpg"><FONT face="宋体"></FONT></TD>
								<TD><FONT face="宋体">
										<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
											<TR>
												<TD align="center">公司内部公告及各项通知</TD>
											</TR>
											<TR>
												<TD align="center">
													<asp:DataGrid id="dgdbulletin" runat="server" AutoGenerateColumns="False" Width="632px" AllowCustomPaging="True"
														AllowPaging="True" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" BackColor="White"
														CellPadding="3" GridLines="Vertical" ForeColor="Black">
														<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#000099"></SelectedItemStyle>
														<AlternatingItemStyle BackColor="#CCCCCC"></AlternatingItemStyle>
														<HeaderStyle Font-Bold="True" ForeColor="White" BackColor="Black"></HeaderStyle>
														<FooterStyle BackColor="#CCCCCC"></FooterStyle>
														<Columns>
															<asp:BoundColumn DataField="BlnID" HeaderText="公告编号"></asp:BoundColumn>
															<asp:BoundColumn DataField="Title" HeaderText="公告标题"></asp:BoundColumn>
															<asp:BoundColumn DataField="Content" HeaderText="内容"></asp:BoundColumn>
															<asp:BoundColumn DataField="DateTime" HeaderText="发布时间"></asp:BoundColumn>
														</Columns>
														<PagerStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#999999" Mode="NumericPages"></PagerStyle>
													</asp:DataGrid>
													<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="file:///C:\Inetpub\wwwroot\OfficeOnline\Images\fmback1.gif"></asp:ImageButton></TD>
											</TR>
										</TABLE>
									</FONT>
								</TD>
							</TR>
						</TABLE>
					</TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 173px" bgColor="#fafd10"><FONT face="宋体"></FONT></TD>
				</TR>
			</TABLE>
			&nbsp;
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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