home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 1.3 KB | 20 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="T4.ascx.cs" Inherits="NETGenium.Script.T4" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <%@ Register TagPrefix="uc1" TagName="Comment" Src="Comment.ascx" %>
- <TABLE id="Table1" cellSpacing="1" cellPadding="0" border="0" runat="server" width="100%">
- <TR>
- <TD>
- <asp:Label id="lbl" runat="server" Width="20px"></asp:Label></TD>
- <TD>
- <asp:DropDownList id="ddl" runat="server" CssClass="DropDownList" Width="150px"></asp:DropDownList></TD>
- <TD align="center">
- <asp:Label id="Label1" runat="server" Width="150px" EnableViewState="False">=</asp:Label></TD>
- <TD>
- <asp:dropdownlist id="val" runat="server" CssClass="DropDownList" Width="75px" style="MARGIN-RIGHT:111px"></asp:dropdownlist></TD>
- <TD vAlign="top">
- <uc1:Comment id="c" runat="server"></uc1:Comment></TD>
- <TD width="100%" align=right><nobr><asp:Literal id="lID" runat="server" Visible="False"></asp:Literal>
- <asp:Literal id="l" runat="server"></asp:Literal><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>
-