📄 ns.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Ns.ascx.cs" Inherits="Ns" %>
<table border="0" class="tright">
<tr>
<td class="tright">
供求信息</td>
</tr>
</table>
<table width="535" border="0" class="h1">
<tr>
<td style="text-align: center; height: 14px;" colspan="2">
<asp:DataGrid ID="DataGrid1" runat="server" AllowPaging="True" AutoGenerateColumns="False" GridLines="None" OnPageIndexChanged="DataGrid1_PageIndexChanged" CellSpacing="3" ShowHeader="False" PageSize="12">
<Columns>
<asp:BoundColumn DataField="n1">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Left" />
<HeaderStyle Width="35px" />
</asp:BoundColumn>
<asp:HyperLinkColumn DataNavigateUrlField="c1" DataNavigateUrlFormatString="ShopNs.aspx?shop={0}"
DataTextField="n2" Target="_blank">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" />
</asp:HyperLinkColumn>
<asp:BoundColumn DataField="datatime">
<ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Right" />
<HeaderStyle Width="150px" />
</asp:BoundColumn>
</Columns>
<PagerStyle Mode="NumericPages" />
<HeaderStyle Font-Bold="True" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:DataGrid></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -