|
 |
asp_web_howto thread: Database and ComboBox
Message #1 by sastry o <sastry_sa@y...> on Thu, 30 Nov 2000 05:45:44 -0800 (PST)
|
|
Sir,
You have not send me the solution to my problem
which I have discussed in the mail that I sent you
previously.
The problem is:
I am fetchnig a few records
from the database and displaying them in a combo box.
When a user selects a particular value from the combo
box I want to fetch a few other records from the
database and display them in a combo box in the same
web page.
Can we do it in ASP? If yes, how?
Please reply soon.
regards
Patanjali Sastry
Message #2 by Robert Chartier <rchartierh@a...> on Thu, 30 Nov 2000 10:09:12 -0500
|
|
Dynamic List Box's
http://www.aspfree.com/devlinks/search.asp?file404=;&catid=127
Remote Scripting
http://www.aspfree.com/devlinks/search.asp?file404=;&catid=119
At 06:18 PM 11/30/00, you wrote:
>Sir,
> You have not send me the solution to my problem
>which I have discussed in the mail that I sent you
>previously.
>
> The problem is:
>
> I am fetchnig a few records
>from the database and displaying them in a combo box.
>
>When a user selects a particular value from the combo
>box I want to fetch a few other records from the
>database and display them in a combo box in the same
>web page.
>
> Can we do it in ASP? If yes, how?
>
>Please reply soon.
>
> regards
> Patanjali Sastry
>
>
>
Robert Chartier
Author, AspFree.com
xxx-xxx-xxxx
rchartierh@a...
http://www.aspfree.com/devlinks
http://www.aspfree.com/authors/robert
http://www.aspalliance.com/nothingmn
Message #3 by oren solomon <oren_s@C...> on Thu, 30 Nov 2000 17:18:40 +0200
|
|
Hi
You can try to use a function that builds a combo box according to received
value.
that function will be held in a hidden div tag, and when you select a value
from the combo, call the function and turn the div to hidden:true
I hope it would help you
Oren
-----Original Message-----
From: sastry o [mailto:sastry_sa@y...]
Sent: Friday, December 01, 2000 1:18 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Database and ComboBox
Sir,
You have not send me the solution to my problem
which I have discussed in the mail that I sent you
previously.
The problem is:
I am fetchnig a few records
from the database and displaying them in a combo box.
When a user selects a particular value from the combo
box I want to fetch a few other records from the
database and display them in a combo box in the same
web page.
Can we do it in ASP? If yes, how?
Please reply soon.
regards
Patanjali Sastry
|
|
 |