home *** CD-ROM | disk | FTP | other *** search
ASP Control Directive | 2004-10-01 | 1.2 KB | 15 lines |
- <%@ Control Language="c#" AutoEventWireup="false" Codebehind="File.ascx.cs" Inherits="NETGenium.File_Control" 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 vAlign="top" style="PADDING-BOTTOM: 2px; PADDING-TOP: 4px">
- <asp:Label id="l" runat="server"></asp:Label>
- <asp:textbox id="tb" runat="server" Width="20px" CssClass="Hidden">0</asp:textbox>
- <asp:textbox id="tb2" runat="server" CssClass="Hidden" Width="20px"></asp:textbox>
- <asp:linkbutton id="lbtUseFile" runat="server" CausesValidation="False"></asp:linkbutton></TD>
- </TR>
- <TR>
- <TD vAlign="top"><NOBR><INPUT class="Button_File" id="fFile" type="file" name="fFile" runat="server"><asp:button id="btNew" runat="server" CssClass="Button_File_Delete" CausesValidation="False"></asp:button><asp:button id="btDelete" runat="server" CausesValidation="False" CssClass="Button_File_Delete"></asp:button><asp:button id="btEdit" runat="server" CausesValidation="False" CssClass="Button_File_Delete"></asp:button><asp:Literal id="js" runat="server" EnableViewState="False"></asp:Literal></NOBR></TD>
- </TR>
- </TABLE>
-