📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Index" %>
<!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 style="text-align: center; margin-top: 0px; background-attachment: fixed; padding-top: 0px; background-repeat: no-repeat; font-size: 12pt;">
<form id="form1" runat="server">
<div>
<table style="width: 447px; height: 374px;" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" style="height: 52px">
<span style="font-size: 16pt; font-weight: bold;">折线图分析商品价格走势</span></td>
</tr>
<tr>
<td style="height: 323px; margin-top: 0px; padding-top: 0px; vertical-align: top; text-align: center;" colspan="3">
<table cellpadding="0" cellspacing="0" style="width: 182px" border="1">
<tr>
<td colspan="3" style="width: 623px; height: 18px">
<table cellpadding="0" cellspacing="0" style="width: 416px">
<tr>
<td style="width: 90px; height: 18px; text-align: right">
<span style="font-size: 9pt">关键字:</span></td>
<td style="width: 14px; height: 18px; text-align: center">
<asp:TextBox ID="txtKeyWord" runat="server" Font-Size="9pt" Width="120px"></asp:TextBox></td>
<td style="width: 64px; height: 18px; text-align: left">
<asp:Button ID="btnFind" runat="server" Font-Size="9pt" OnClick="btnFind_Click" Text="查找" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" style="width: 623px; height: 19px; text-align: center">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" Font-Size="9pt"
Width="415px" AllowPaging="True" OnPageIndexChanging="GridView1_PageIndexChanging" CellPadding="4" ForeColor="#333333" GridLines="None" ShowFooter="True">
<Columns>
<asp:BoundField DataField="Name" HeaderText="商品名称" />
<asp:HyperLinkField DataNavigateUrlFields="ID" DataNavigateUrlFormatString="CountMonth.aspx?ID={0}"
HeaderText="价格走势" Text="查看详情" Target="_blank" >
<ControlStyle ForeColor="Blue" />
</asp:HyperLinkField>
</Columns>
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<EditRowStyle BackColor="#999999" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -