> -----Original Message----- > From: jim Hundley [mailto:[EMAIL PROTECTED]] > Sent: 13 August 2002 20:08 > To: ActiveServerPages > Subject: related select lists on one asp page > > > I am trying to migrate some applications built in Access to > ASP applications. I was wondering what most of you would > recommend I do in situations where there are multiple select > lists that requery themselves against the selected value in > another list. > > For example I am working on a time entry sheet that the user > needs to select customer, project and task on (among other > things) Since the projects are dependant on the customers and > the tasks are dependant on the project I will need to > repopulate each dropdown after the parent dropdown is > changed. I could make it jump to a new page after each > selection but I would like to have this done on one page.
When the parent dropdown is changed, vb/j script can repopulate The other dropdowns by changing the name/value fields in the object You may need to open a childe window to search the database though. > Jim Hundley > Development > www.vbti.com > --- Andy Hayman Kensington Computers Internet & Computers Systems Consultant Web <http://www.ken.co.uk> Email <mailto:[EMAIL PROTECTED]> Telephone 020 7835 1282 Fax: 020 7373 6900 Disclaimer This e-mail is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not represent those of Kensington Computers. If you are not the intended recipient, be advised that you have received this mail in error and that any use, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited. --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
