📄 news.aspx
字号:
<%@ Page language="c#" Codebehind="news.aspx.cs" AutoEventWireup="false" Inherits="Aspnet.news" %>
<%@ Register TagPrefix="uc1" TagName="top" Src="control/top.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>news</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">
<FONT face="宋体">
<TABLE id="Table3" style="Z-INDEX: 104; LEFT: 48px; POSITION: absolute; TOP: 8px" cellSpacing="1"
cellPadding="1" width="300" border="1">
<TR>
<TD>
<TABLE id="Table2" cellSpacing="1" cellPadding="1" width="300" border="1">
<TR>
<TD>
<uc1:top id="Top1" runat="server"></uc1:top></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<asp:Label id="Label1" runat="server" Width="273px" Height="8px"></asp:Label></TD>
</TR>
<TR>
<TD>
<TABLE id="Table1" style="WIDTH: 528px; HEIGHT: 392px" cellSpacing="1" cellPadding="1"
width="528" border="1" background="file:///D:\图片\XP桌面\17_2.jpg">
<TR>
<TD style="HEIGHT: 678px"><FONT face="宋体">
<asp:DataGrid id="dg1" runat="server" Width="512px" Height="131px" AutoGenerateColumns="False"
PageSize="5" AllowPaging="True" AllowSorting="True" AllowCustomPaging="True">
<Columns>
<asp:BoundColumn DataField="content"></asp:BoundColumn>
</Columns>
<PagerStyle Position="TopAndBottom"></PagerStyle>
</asp:DataGrid></FONT></TD>
</TR>
<TR>
<TD>
<P> </P>
<P><FONT face="宋体"></FONT> </P>
<P><FONT face="宋体"></FONT> </P>
<P><FONT face="宋体"></FONT> </P>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -