home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 741 b | 15 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="_History.ascx.cs" Inherits="NETGenium._History" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <%@ Register TagPrefix="uc1" TagName="DataGrid_Control" Src="DataGrid.ascx" %>
- <TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0" runat="server">
- <TR>
- <TD><IMG height="1" src="Images/1x1.gif" width="1"></TD>
- <TD><IMG height="1" src="Images/1x1.gif" width="1"></TD>
- </TR>
- <TR>
- <TD style="PADDING-TOP: 4px" vAlign="top">
- <asp:Image id="imGlass" runat="server" ImageUrl="Images/Glass.gif"></asp:Image></TD>
- <TD vAlign="top" width="100%">
- <uc1:DataGrid_Control id="dg" runat="server"></uc1:DataGrid_Control></TD>
- </TR>
- </TABLE>
-