|
|
| Combo Box Display [+] Favor-It | |
| |
 |
| | Sort By:
|
Check out the following article on how to present hierarchical data. It is very common to see hierarchical data in many of the forms used in web applications. The data is presented to the user in combo boxes. Author: Raja Mani Code: ASP 2.0 & VBScript |
This function set the whole countrylist and select your country. I have only inserted the countries in german language, but you can translate. I think this not a problem for you, because I take the international Shortcodes for the Countries in the List. Author: Hohl David Code: ASP 3.0 & VBScript |
Uses JavaScript to simulate a searchable combobox for HTML. Consists of text box, a select list. Selecting in the select list updates the text box. Keypresses in the text box search the list,simiulating Windows help index behavior. Code: ASP 3.0 |
|  | |
It is very common to see hierarchical data in many of the forms used in web applications. The data is presented to the user in combo boxes. When the user selects the data in the first level combo box, the next level combo box gets filled with the data. Author: Raja Mani Code: ASP 2.0 & VBScript |
This code will show you how to quickly and easily create select list combo boxes from a database for your web forms. Author: Will Knoll Code: ASP 3.0 & VBScript |
It will show selected current date in combo box. Then user can select todays or as per user requirement. for example ; Select you greeting delivery date. Author: Anuj Kumar Code: ASP 3.0 & VBScript |
This tutorial shows which boxes are checked using client-side code only. Please feel free to download the code. Author: Adrian Forbes Code: ASP 3.0 & VBScript |
|  | |
This code also shows how to progamatically clear then populate a combo box from client code. Here is the code.. <!-- Author: Adrian Forbes --> <% if Request("cboPrimary") = "" then ... Author: aspfree Code: ASP 3.0 & VBScript |
This has a combo with a number attached to it. Same as 2Combo1Textbox with just the secondary combo and textbox. Selecting a value in the combo will update the textbox with the associated number. Author: aspfree Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|