carlo
|
| Posted: 03/21/2003, 3:44 AM |
|
Hi,
I have a listbox populated with fields from a mysql database.
I'd like to retrive values for controls from the database, after I select
item in the listbox.
I have a database: Client, with these fields: nome,address, city.
I have an ASP page with one listbox and 3 textbox, I'd like to retrive the
values for the 3 textbox (nome, address,..) from the database after i select
the item in the listbox
can anyone help me?
|
|
|
 |
Norbert
|
| Posted: 03/23/2003, 11:00 AM |
|
"carlo" <carlo@carlot.it> wrote in message
news:b5etvo$2lm$1@news.codecharge.com...
> Hi,
> I have a listbox populated with fields from a mysql database....
....
> can anyone help me?
>
Hi,
I'm not sure what you want to achieve, but I would suggest to take the basic
knowledge from article describing how to create dependent listboxes http://support.codecharge.com/kb_article.asp?s_keyword=...ent&s_prod=&kb_
articlesPageSize=10&s_type=&order_by=Popularity&s_cat=&article_id=61
I think that if I knew the relation between your listbox and text fields you
want to fill I could help you in more precise way.
/Norbert
|
|
|
 |
|