home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 888 b | 13 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="ExpressionBuilder.ascx.cs" Inherits="NETGenium.Script.ExpressionBuilder" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <LINK href="../NETGenium.css" type="text/css" rel="stylesheet">
- <TABLE cellSpacing="0" cellPadding="0" border="0" height="20" id="Table1" runat="server">
- <TR>
- <TD width="150">
- <nobr><IMG id="imExpression" height="12" src="../Images/Expression.gif" width="16" runat="server"
- style="MARGIN-RIGHT: 4px" align="absMiddle"><asp:HyperLink id="hl" CssClass="Link" runat="server" Font-Bold="True" Width="130px" onmousedown="event.cancelBubble = true;"></asp:HyperLink></nobr></TD>
- <TD>
- <asp:TextBox id="tb" runat="server" CssClass="Hidden">0</asp:TextBox>
- <asp:LinkButton id="lbtUpdate" runat="server" CausesValidation="False"></asp:LinkButton></TD>
- </TR>
- </TABLE>
-