📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Debug="true" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>新闻网站首页自动发布</title>
</head>
<body>
<form id="form1" runat="server">
<table width="450" align="center">
<tr>
<td width="608">
<h3 align="center">
新闻网站首页自动发布</h3>
</tr>
<tr>
<td width="608" height="10">
<font color="#FF0000">[内部新闻]......................</font>
</td>
</tr>
<tr>
<td width="608">
<div align="center">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="2"
CellSpacing="1" EnableViewState="False" Font-Names="宋体" Font-Size="10pt" GridLines="None"
Width="400px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<%--此去编写绑定的代码--%>
<asp:HyperLink Text='<%# Eval("biaoti") %>' NavigateUrl='<%# "shownews.aspx?id="+Eval("id") %>'
runat="server" />
<%# Eval("shijian") %>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</div>
</td>
</tr>
<tr>
<td width="608" height="13">
<div align="right">
>>> [<a href="login.aspx" target="_blank">新闻管理</a>] [<a href="morenews.aspx">更多新闻</a>]
</div>
</td>
</tr>
<tr>
<td width="608" height="10">
<font color="#FF0000">[外部新闻]......................</font>
</td>
</tr>
<tr>
<td width="608">
<div align="center">
<asp:GridView ID="GridView2" runat="server" AutoGenerateColumns="False" CellPadding="2"
CellSpacing="1" EnableViewState="False" Font-Names="宋体" Font-Size="8pt" GridLines="None"
Width="400px">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<%--此去编写绑定的代码--%>
<asp:HyperLink ID="HyperLink1" Text='<%# Eval("biaoti") %>' NavigateUrl='<%# "shownews.aspx?id="+Eval("id") %>'
runat="server" />
<%# Eval("shijian") %>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
</div>
</td>
</tr>
<tr>
<td width="608" height="13">
<div align="right">
>>>[<a href="login.aspx" target="_blank">新闻管理</a>] [<a href="morenews.aspx">更多新闻</a>]
</div>
</td>
</tr>
</table>
</form>
<table width="90%" border="0" align="center">
<tr><td><div align="center">All rights reserved<font color="#FF0000">&Copy;</font></div></td></tr>
<tr><td><div align="center">本站程序设计的版权所有:刘明 <a href="http://www.51aspx.com" target="_blank">download from 51aspx.com</a>
</div></td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -