Hits Today: 1 Total: 16207 | Updated: 8/29/2000 | |
 | Learn how to use an ASP function to create a select form element scrolling list or menu quickly with very little typing -- AND automatically default to the appropriate selection in the list. Author: Nannette Thacker Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 2876 | Updated: 5/24/2006 | |
 | How to create dynamically dependent dropdown lists with. There's an online demo and source code provided. Author: Michael Wall Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 34219 | Updated: 11/8/1999 | |
 | Have you ever wanted to dynamically change the items in dropdown list B depending on what was chosen in dropdown List A? This article shows how to create two dependend list boxes. Author: Greg McCormick Code: ASP 2.0 & JScript | |  | |
Hits Today: 1 Total: 26237 | Updated: 8/23/2005 | |
 | This article explains how to alter the contents of one HTML Select list, based on the selection made in a second HTML Select list. Author: DevGuru Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 24404 | Updated: 7/14/2000 | |
 | The listbox object is very popular since it makes data entry easy. They just pull down a list. This gives an example of how the listbox works. Author: Charles Carroll&John Kauffmann Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 18508 | Updated: 11/23/2002 | |
 | This offering from Marcio Coelho will show the coder a couple of ways of moving data between two list boxes.
Author: Marcio Coelho Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 1914 | Updated: 3/31/2006 | |
 | In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output. Author: Dotnetindex.com Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 11138 | Updated: 8/29/2000 | |
 | Check and uncheck all checkboxes dynamically using this javascript function. You don't need to hard code the name of the checkbox or know the number of check boxes in the group. The code takes care of this automatically.
Author: Nannette Thacker Code: ASP 3.0 & JScript |
Hits Today: 3 Total: 22162 | Updated: 7/12/2000 | |
 | The checkbox object is coded along the same lines as radio buttons, however each checkbox must get its own unique name since the state of "checked" or "not checked" will be passed to ASP for each box. This example shows more.
Author: John Kauffman & Charles Carrol Code: ASP 2.0 & VBScript |
|