Hits Today: 5 Total: 11148 | Updated: 1/8/2004 | |
 | 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 |
Hits Today: 4 Total: 19229 | Updated: 11/13/2003 | |
 | 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 |
Hits Today: 3 Total: 2140 | Updated: 2/21/2007 | |
 | 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 | |  | |
Hits Today: 6 Total: 11975 | Updated: 9/5/2003 | |
 | 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# |
Hits Today: 3 Total: 28447 | Updated: 7/6/2003 | |
 | 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 |
Hits Today: 1 Total: 6074 | Updated: 9/10/2002 | |
 | This tutorial shows how to fill a listbox control with the filenames from a specified directory for user interfaces using databinding and file and directory classes.
Author: SuperDotNet Webmaster Code: ASP.NET v1.0 & C# |
Hits Today: 2 Total: 5160 | Updated: 10/4/2002 | |
 | In this example we will create a sample Web form that allows the user to select from a list. The user selections are transferred to another list. This is a very simple program and provides a very convenient user interface for selections. Author: Dipal Choksi Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 10430 | Updated: 4/3/2002 | |
 | 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# |
Hits Today: 2 Total: 5683 | Updated: 7/4/2002 | |
 | 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 |
|