home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 596 b | 11 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="ColumnXValue.ascx.cs" Inherits="NETGenium.Script.ColumnXValue" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <TABLE cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD>
- <asp:DropDownList id="ddl" CssClass="DropDownList" runat="server"></asp:DropDownList></TD>
- <TD>
- <asp:textbox id="tb" CssClass="TextBox" runat="server" MaxLength="50" onmousedown="event.cancelBubble = true;"></asp:textbox></TD>
- </TR>
- </TABLE>
- <asp:Literal id="lWidth" runat="server" Visible="False" Text="150"></asp:Literal>
-