home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 December
/
PCWorld_2004-12_cd.bin
/
software
/
komercni
/
netgenium
/
NETGenium.msi
/
_B4A5F9DE730F039E0CBFC30C1A8A8467
/
_D7A0C9152C6B480F8F9E8DBBF14C0BDC
< prev
next >
Wrap
Text File
|
2004-10-01
|
3KB
|
63 lines
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="MultiListBox.ascx.cs" Inherits="NETGenium.MultiListBox" 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" style="MARGIN-TOP: 4px"
onmousedown="event.cancelBubble = true;">
<TR>
<TD style="PADDING-BOTTOM: 2px">
<asp:Label id="lblAvailable" runat="server"></asp:Label></TD>
<TD></TD>
<TD>
<asp:Label id="lblSelected" runat="server"></asp:Label></TD>
<TD></TD>
</TR>
<TR>
<TD>
<asp:listbox id="ListBox1" runat="server" Rows="16" Font-Size="10px" Font-Names="Verdana" Width="149px"
SelectionMode="Multiple" EnableViewState="False"></asp:listbox></TD>
<TD>
<TABLE id="Table2" cellSpacing="0" cellPadding="0" border="0" style="MARGIN-LEFT: 4px; MARGIN-RIGHT: 4px"
runat="server">
<TR>
<TD><IMG src="Images/NextPage.gif" id="imRightAll" height="19" width="20" runat="server"></TD>
</TR>
<TR>
<TD><IMG src="Images/Next.gif" id="imRight" height="19" width="20" runat="server"></TD>
</TR>
<TR>
<TD><IMG src="Images/Prev.gif" id="imLeft" height="19" width="20" runat="server"></TD>
</TR>
<TR>
<TD><IMG src="Images/PrevPage.gif" id="imLeftAll" height="19" width="20" runat="server"></TD>
</TR>
</TABLE>
</TD>
<TD>
<asp:listbox id="ListBox2" runat="server" Rows="16" Font-Size="10px" Font-Names="Verdana" Width="149px"
SelectionMode="Multiple" EnableViewState="False"></asp:listbox></TD>
<TD>
<TABLE id="Table3" cellSpacing="0" cellPadding="0" border="0" runat="server" style="MARGIN-LEFT: 4px">
<TR>
<TD><IMG src="Images/Up.gif" id="imUp" height="19" width="20" runat="server"></TD>
</TR>
<TR>
<TD><IMG src="Images/Down.gif" id="imDown" height="19" width="20" runat="server"></TD>
</TR>
<TR>
<TD>
<asp:ImageButton id="imSeparator" runat="server" Visible="False" ImageUrl="Images/NewSeparator.gif"></asp:ImageButton></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<asp:TextBox id="tb" runat="server" CssClass="Hidden"></asp:TextBox>
<asp:ListBox id="lb" runat="server" Rows="16" Width="149px" CssClass="Hidden"></asp:ListBox></TD>
<TD></TD>
<TD>
<asp:Literal id="l" runat="server" EnableViewState="False"></asp:Literal>
<asp:RequiredFieldValidator id="rfv" runat="server" Enabled="False" ControlToValidate="tb" Display="None"></asp:RequiredFieldValidator></TD>
<TD></TD>
</TR>
</TABLE>