Hits Today: 1 Total: 8762 | Updated: 9/19/2000 | |
 | 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 |
Hits Today: 3 Total: 12392 | Updated: 11/27/2002 | |
 | 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 |
Hits Today: 4 Total: 15282 | Updated: 1/19/2002 | |
 | 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 | |  | |
Hits Today: 2 Total: 7328 | Updated: 8/5/2000 | |
 | 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 |
Hits Today: 1 Total: 13424 | Updated: 1/3/2001 | |
 | 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 |
Hits Today: 1 Total: 6104 | Updated: 9/30/2002 | |
 | 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 |
Hits Today: 1 Total: 5108 | Updated: 6/9/2002 | |
 | 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 | |  | |
Hits Today: 2 Total: 3230 | Updated: 2/28/2004 | |
 | 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 |
Hits Today: 2 Total: 5021 | Updated: 2/28/2004 | |
 | 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 |
|