Dependent Texbox combo

Dependent Texbox combo

am 24.08.2007 23:20:27 von Ruthenfods Tellez

I have an application in asp; in my form I have a combo and a textbox, the
combo is fill in from a database query. I cannot do the following: when
selecting an item from the combo, it should send the ID of the combo to a
textbox. In other words, when selecting an item, it must send the ID to a
query and the result of this query send it to the textbox. I need to do this
using vbscript and the onchange method.

Please Help Me

Thanks in Advance

Re: Dependent Texbox combo

am 25.08.2007 08:41:37 von exjxw.hannivoort

Ruthenfods Tellez wrote on 24 aug 2007 in
microsoft.public.inetserver.asp.general:

> I have an application in asp; in my form I have a combo and a textbox,
> the combo is fill in from a database query. I cannot do the following:
> when selecting an item from the combo, it should send the ID of the
> combo to a textbox. In other words, when selecting an item, it must
> send the ID to a query and the result of this query send it to the
> textbox.

"combo"?

This is a classic asp group.
Dotnet questions should be asked in


> I need to do this using vbscript and the onchange method.

Why "... need ...", Ruthenfods?

A school assignment?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: Dependent Texbox combo

am 25.08.2007 18:09:23 von Jon Paal

this may help you...

http://www.aspkey.net/aspkey/_articles/asp/showarticle.asp?i d=100





"Ruthenfods Tellez" wrote in message news:u8K6qPp5HHA.5164@TK2MSFTNGP05.phx.gbl...
>I have an application in asp; in my form I have a combo and a textbox, the combo is fill in from a database query. I cannot do the
>following: when selecting an item from the combo, it should send the ID of the combo to a textbox. In other words, when selecting
>an item, it must send the ID to a query and the result of this query send it to the textbox. I need to do this using vbscript and
>the onchange method.
>
> Please Help Me
>
> Thanks in Advance
>
>
>
>
>