home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 2.8 KB | 61 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="_Events.ascx.cs" Inherits="NETGenium.Columns.Events" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
- <LINK href="../NETGenium.css" type="text/css" rel="stylesheet">
- <TABLE id="Table1" cellSpacing="0" cellPadding="0" border="0" runat="server">
- <TR>
- <TD align="left" colSpan="3" class="DialogTitle" vAlign="top">
- <asp:Label id="lblIdentifier" runat="server" Font-Bold="True" EnableViewState="False"></asp:Label></TD>
- </TR>
- <TR>
- <TD align="left" class="DialogLeft" vAlign="top">
- <asp:Label id="lblIdentifier2" runat="server" EnableViewState="False"></asp:Label></TD>
- <TD align="left" class="DialogMiddle">
- <nobr>
- <asp:textbox id="tb" runat="server" MaxLength="255" Width="210px" CssClass="TextBox" ReadOnly="True"></asp:textbox></nobr></TD>
- <TD align="left">
- <asp:Button id="bt" runat="server" CssClass="System" CausesValidation="False" Enabled="False"></asp:Button></TD>
- </TR>
- <TR>
- <TD class="DialogLeft" vAlign="top">
- <asp:Label id="lblFullPath" runat="server" EnableViewState="False"></asp:Label></TD>
- <TD class="DialogMiddle" align="left">
- <asp:textbox id="tb2" runat="server" ReadOnly="True" CssClass="TextBox" Width="210px" MaxLength="255"></asp:textbox></TD>
- <TD class="DialogRight" align="left"></TD>
- </TR>
- <TR>
- <TD class="DialogTitle" vAlign="top" align="left" colSpan="3">
- <asp:Label id="lblEvents" runat="server" Font-Bold="True" EnableViewState="False"></asp:Label></TD>
- </TR>
- <TR>
- <TD align="left" class="DialogLeft" vAlign="top">
- OnBlur</TD>
- <TD align="left" class="DialogMiddle">
- <asp:textbox id="tbOnBlur" runat="server" MaxLength="255" Width="210px" CssClass="TextBox"></asp:textbox></TD>
- <TD class="DialogRight" align="left"></TD>
- </TR>
- <TR>
- <TD align="left" class="DialogLeft" vAlign="top">
- OnChange</TD>
- <TD align="left" class="DialogMiddle">
- <asp:textbox id="tbOnChange" runat="server" MaxLength="255" Width="210px" CssClass="TextBox"></asp:textbox></TD>
- <TD class="DialogRight" align="left"></TD>
- </TR>
- <TR>
- <TD align="left" class="DialogLeft" vAlign="top">
- OnClick</TD>
- <TD align="left" class="DialogMiddle">
- <asp:textbox id="tbOnClick" runat="server" MaxLength="255" Width="210px" CssClass="TextBox"></asp:textbox></TD>
- <TD class="DialogRight" align="left"></TD>
- </TR>
- <TR>
- <TD align="left" class="DialogLeft" vAlign="top">
- OnFocus</TD>
- <TD align="left" class="DialogMiddle">
- <asp:textbox id="tbOnFocus" runat="server" MaxLength="255" Width="210px" CssClass="TextBox"></asp:textbox></TD>
- <TD class="DialogRight" align="left"></TD>
- </TR>
- <TR>
- <TD align="left" colSpan="3" class="DialogTitle" vAlign="top">
- <asp:Label id="lbl" runat="server"></asp:Label></TD>
- </TR>
- </TABLE>
-