TSectionListBox is a listbox control with items organized in sections that can be collapsed or expanded. Items in the list can be drawn in different columns (left & right aligned) with the TabPositions property. Features:multiline...
In this tutorial the author gives you the sample code for building a owner drawn listbox control in C#. This control helps you to display the images, font, colors etc., for the text of each item in the list. In the sample program the author...
TSectionListBox is a listbox control with items organized in sections that can be collapsed or expanded. Features : -items can be drawn in different columns (left & right aligned) with the TabPositions property. -RTF text -controls : checkbox...
A listbox control with an easy interface to display multiple columns, with their own color, font, alignment and with text or images.Sorted & SortColumn property to allow sorting on any column;LookupIncr & LookupColumn property to allow...
In this tutoiral the author gives you the procedure for populating the ASP.NET listbox web server control. The author shows how to add the items in the listbox control during design time and run time with a sample program. In this tutorial you can...
Multiselect from a listbox in .NET is a simple tutorial easily understandable by the users. This tutorial demonstrates the method of adding items in the listbox control and how to select multiple items in the listbox control. This tutorial offers...
HOW TO: Add Static Items and Results from Data Binding to a DropDownList Control by Using Visual Basic .NET is an article which helps programmers to add the data of the database into the list of the dropdown listbox control. This article explains...
This web based tutorial is much helpful for the web developers. This tutorial shows you how to create the dropdown listbox control in the HTML pages. You can get the sample code for creating the dropdownlist control from this tutorial.
Sort Method for an ASP.NET DropDownList is an article that helps in sorting the items of the dropdown listbox control. In this tutorial the author creates a function which helps you to sort the items in the dropdown list box. This tutorial...
It is an ASP.NET article in which the author talks about how to list the files of a directory in the listbox web control of ASP.NET. Inorder to perform this process you should import the namespaces such as System.Collections and System.IO in your... |