|
|
|
|
|
| | |
|
Active Server Pages asp search engine active server page asp application components tutorial CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: poulating form feild depending on user selection |
From: |
Anamika |
Date: |
6/7/2000 1:02:42 AM |
IP: |
164.164.87.180 |
Hi,
See, you can do this using arrays in ASP. If you are populating the data to the dropdown list from the database, then also generate a array of values containing all the necessary fields. Then, try to write a function in the client side code of ASP, which is triggers when the client selects a value from the list. For ex: have it as myFunction().
Now, in the myFunction() try to get the corresponding values from the table itself and display it using the DHTML - inner text, outer text format.
Hope this will work for u. |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|