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

📄 help.ascx

📁 采用微软力推的ASP.Net(C#)编写而成的烁空网络课堂系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Help.ascx.cs" Inherits="Socut_Ver3.xx.Server.Help" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="0" class="table_bottom"
	id="T1" runat="server">
	<tr>
		<td>&nbsp;
			<asp:Label id="Info" runat="server">Label</asp:Label></td>
	</tr>
</table>
<asp:DataGrid id="DGHelp" runat="server" Width="100%" AllowPaging="True" AutoGenerateColumns="False"
	BorderWidth="0px" CssClass="fontContent">
	<Columns>
		<asp:TemplateColumn>
			<ItemTemplate>
				<table width="90%" border="0" align="center" cellpadding="3" cellspacing="0" class="table_bottom"
					id="T2">
					<tr>
						<td>
							·<a href='?Socut=Server-Help&Error=0&Info=<%#DataBinder.Eval(Container.DataItem,"h_id")%>'><%#DataBinder.Eval(Container.DataItem,"h_title")%></a>
						</td>
					</tr>
				</table>
			</ItemTemplate>
		</asp:TemplateColumn>
	</Columns>
	<PagerStyle Mode="NumericPages"></PagerStyle>
</asp:DataGrid>

⌨️ 快捷键说明

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