Updating text box based on value from Drop down

Updating text box based on value from Drop down

am 29.10.2007 15:27:29 von navin

Hi All,

I have designed a webpage for my office and have published the site
from my system. In my webpage, I have a drop down which contains
different activities we work on, which is stored in a database. My
requirement is that, as
soon as user selects an activity, page should retrieve all the
volumes
processed by user from the databse and update a text box immediately.

Below code is what i am using in my page and this works fine and
displays the desired value in the text box when i am using the site on
my system, but does not work when any other tries to use the page and
text box remains blank:



Please help and let me know where i am wrong in above.

Thanks,
Navin

Re: Updating text box based on value from Drop down

am 29.10.2007 20:22:27 von McKirahan

"navin" wrote in message
news:1193668049.267674.128980@k79g2000hse.googlegroups.com.. .
> Hi All,
>
> I have designed a webpage for my office and have published the site
> from my system. In my webpage, I have a drop down which contains
> different activities we work on, which is stored in a database. My
> requirement is that, as
> soon as user selects an activity, page should retrieve all the
> volumes
> processed by user from the databse and update a text box immediately.
>
> Below code is what i am using in my page and this works fine and
> displays the desired value in the text box when i am using the site on
> my system, but does not work when any other tries to use the page and
> text box remains blank:

[snip]

http://www.aspfaq.com/5003