home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 955 b | 13 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="T14.ascx.cs" Inherits="NETGenium.Script.T14" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <TABLE id="Table1" cellSpacing="1" cellPadding="0" border="0" runat="server" height="20"
- width="100%">
- <TR>
- <TD>
- <asp:Label id="lbl" runat="server" Width="20px"></asp:Label></TD>
- <TD><nobr><asp:HyperLink id="hl" runat="server" CssClass="Link" Font-Bold="True" onmousedown="event.cancelBubble = true;"></asp:HyperLink></nobr></TD>
- <TD width="100%"><asp:Literal id="lID" runat="server" Visible="False"></asp:Literal></TD>
- <TD align=right><nobr><asp:ImageButton style="MARGIN-LEFT:3px" id="ibDelete" runat="server" CausesValidation="False" ImageUrl="../Images/Delete.gif"
- CommandName="Delete" ImageAlign="AbsMiddle" onmousedown="event.cancelBubble = true;"></asp:ImageButton><IMG height="18" src="../Images/Move.gif" width="19"></nobr></TD>
- </TR>
- </TABLE>
-