home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 682 b | 12 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="VariableXColumnXValue.ascx.cs" Inherits="NETGenium.Script.VariableXColumnXValue" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <%@ Register TagPrefix="uc1" TagName="VariableXColumn" Src="VariableXColumn.ascx" %>
- <TABLE cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD>
- <uc1:VariableXColumn id="vxc" runat="server"></uc1:VariableXColumn></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>
-