home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 1.2 KB | 27 lines |
- <%@ Register TagPrefix="uc1" TagName="Div" Src="Div.ascx" %>
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="PortletNews.ascx.cs" Inherits="NETGenium.PortletNews" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <LINK href="NETGenium.css" type="text/css" rel="stylesheet">
- <TABLE id="TableFrame" style="MARGIN-BOTTOM: 15px" cellSpacing="0" cellPadding="0" border="0"
- runat="server" width="100%">
- <TR>
- <TD><TABLE class="Grid" id="Table1" cellSpacing="0" cellPadding="0" border="0" runat="server"
- width="100%">
- <TR>
- <TD class="Grid_TitleTD"><asp:label id="lblTitle" runat="server" Font-Bold="True"></asp:label>
- </TD>
- </TR>
- <TR>
- <TD class="Grid_AlternatingLineTD">
- <uc1:Div id="Div1" runat="server"></uc1:Div></TD>
- </TR>
- </TABLE>
- </TD>
- <TD class="ShadowRight" vAlign="top" width="6"><IMG id="imShadowTopRight" height="6" src="Images/ShadowTopRight.gif" width="6" runat="server"></TD>
- </TR>
- <TR>
- <TD class="ShadowBottom"><IMG id="imShadowBottomLeft" height="6" src="Images/ShadowBottomLeft.gif" width="6" runat="server"></TD>
- <TD height="6"><IMG id="imShadowBottomRight" height="6" src="Images/ShadowBottomRight.gif" width="6"
- runat="server"></TD>
- </TR>
- </TABLE>
-