|
|
| ListBox [+] Favor-It | |
| |
 |
| | Sort By:
|
I made the folowing code based on JC Pineiro's "Sort Listbox Descending Order". The function and related class sorts items in ListControl objects like CheckBoxList, DropDownList, ListBox and RadioButtonList and remembers selected items and value.
Code: ASP.NET v1.0 & VB |
This subroutine sorts your listbox in descending sort order. For whatever reason, there is no native method in VB.NET to do this. No big deal, but kinda handy Sub to have around.
To call it:
listdescend(nameoflistboxhere)
Thanks and enjoy! Code: ASP.NET v1.0 & VB |
How to fetch the selected value from multiselect listbox in asp.net and on display highlist it on ms listbox. Code: ASP.NET v1.1 & VB |
|  | |
This code lets the user fill a listbox from another listbox with sorting. Sorting a listbox with System.Collections.SortedList object.
Enjoy! Code: ASP.NET v1.0 & C# |
Using this code you can populate Listbox in the ASP.NET. This code Adds the selected items from one listbox to other when pressing Add >> button. You can remove transfered items from other listbox for pressing << Remove button. Code: ASP.NET v1.0 & VB |
In this article, I will discuss some commonly used ListBox Web control properties and methods and how to use List Box Web Control in Web forms. Author: Mahesh Chand Code: ASP.NET Beta 2 & C# |
Listbox web server control is equivalent to the < Select > tag in HTML. This control will be very useful to get inputs from user, were all values are pre-defined. Author: Jesudas Chinnathampi Code: ASP.NET v1.0 & VB |
|  | |
In this article we will see how to write owner drawn ListBox control. Typically, Windows handles the task of drawing the items to display in the ListBox. Author: Sanjay Ahuja Code: ASP.NET v1.0 & C# |
Learn how to use the ASP.NET ListBox control. We first look at the various methods of loading the ListBox, followed by the techniques to fetch the user selected items. Multiple selections are also covered with live examples and source code. Author: Salman Code: ASP.NET v1.1 & C# |
Icon Key >
 - Recently Updated
 - Showcase Listing
|