Ask a Question related to ASP Database, Design and Development.
-
Li Zhang #1
How to populate the form fields from another drop down list
Hello,
I would like to populate form fields from one drop down
list in the same page. The drop down list's value is from
SQL database. When user choose one of the value, I would
like to populate the all of the other fields from Database
according to the user's selection? How can I achieve
this?
Thank you very much in advance for your help.
Li
Li Zhang Guest
-
Populate form fields with Unicode data using FDF Toolkit
Does anyone know about populating PDF Form dynamically with Unicode (read Arabic) data?! It displays English data correctly but displays jumbled data... -
drop down menus clashing with form fields on wintel
as per title - I use the built in drop down menu feature to create. The page requires a form with fields directly below. On a mac the drop downs -... -
How to populate drop down list from one field withdelimiters
Hello How can we populate a drop down dynamically from the database by splitting one row of data . I have data in a field which is seperated by... -
Display multiple fields in a drop down list in datagrid
How would I display the value of multiple fields in a drop down list in a bound datagrid. I tried changing the DataTextField to include both... -
Populate form values based on previous same form fields
This message is cross posted in alt.comp.lang.php & comp.lang.javascript I have a form for a user to input an establishment's hours and what time... -
only_me #2
Re: How to populate the form fields from another drop down list
you either have to pass all the possible form option values across on 1st
page load then use some javascript to detect change of drop down and the
populate the form fields form teh already passed info - ask in a Client side
NG
or
use the OnChange event of the drop down to submit the form (javascript), and
then as a result of proccessing the form (other than by the normal Submit
button) send back the specific values to be plugged into the other form
fields based on current value of drop down control passed to form processing
page
"Li Zhang" <lizhang@cox.net> wrote in message
news:020901c37c1f$984ed740$a001280a@phx.gbl...> Hello,
>
> I would like to populate form fields from one drop down
> list in the same page. The drop down list's value is from
> SQL database. When user choose one of the value, I would
> like to populate the all of the other fields from Database
> according to the user's selection? How can I achieve
> this?
>
> Thank you very much in advance for your help.
>
> Li
>
only_me Guest



Reply With Quote

