datactrl.ascx

来自「asp.net专家200问(含源代码解决法案」· ASCX 代码 · 共 9 行

ASCX
9
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="datactrl.ascx.cs" Inherits="ApplyCache2.datactrl" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ OutputCache Duration="30" VaryByParam="none" %>
<P>
	<asp:DataGrid id="DataGrid1" runat="server"></asp:DataGrid></P>
<P>
	<i>用户控件上次生成的时间:</i>
	<asp:Label id="TimeMsg" runat="server">Label</asp:Label></P>
<P><FONT face="宋体"></FONT>&nbsp;</P>

⌨️ 快捷键说明

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