CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 ListBox to Listbox reference

Print topic Send  topic

Author Message
AnubisSyst
Posted: 09/20/2003, 5:33 PM

One of the handy features of rich style interfaces (GUI's) is the facility to have 2 linked listboxes.

ie. A Country List box and a State List box

When a Country is selected the State listbox is automatically filled with only the States for that Country.

This can be some with ASP.NET using a autosubmit on the Country listbox, and the server can then populate the State listbox as required.

IS there a way this feature can be implemented within Codecharge. Often when one is moving a client from a Rich Style interface to a Web based one - small nicetites like this can be lost.

The alternative is to have a single listbox with both the Country and the State stored as one field, however that can mean a list box of several hundred entries.

Any Suggestions?

Dave
mkmind
Posted: 09/20/2003, 11:11 PM

Hello,
and look hear.
http://www.gotocode.com/art.asp?art_id=45&

This is an example for ListBox to Listbox in CC. (Array!)

In CCS you can put this Code in the HTML Page in the Listboxform select.
<select class="CobaltSelect" name="{your_id_Name}" onchange="javascript:location.href ='Your_Page?your_id='+this.value;">

By change of the Listbox the Side will new open with your_id Value in the URL.
Now the second Listbox have an ID for the where and you can work with it.
Sorry about my English
by Martin from germany

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.