Change value in dropdown2 if dropdown1 is clicked

J

jonny

Hi guys,

I have two dropdown controls on a web form. When I click on dropdown1
and make selection I would like to fire a sub that makes dropdown2 say
the word "test". This is just a little exercise so I understand how to
trigger a sub based on a dropdown click. Please advise.
 
G

Gregory A. Beamer

Hi guys,

I have two dropdown controls on a web form. When I click on dropdown1
and make selection I would like to fire a sub that makes dropdown2 say
the word "test". This is just a little exercise so I understand how to
trigger a sub based on a dropdown click. Please advise.

If AJAX is an option, something like this might work:
http://snurl.com/s4d5r

Peace and Grace,


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

My vacation and childhood cancer awareness site:
http://www.crazycancertour.com

*******************************************
| Think outside the box! |
*******************************************
 
J

jonny

If AJAX is an option, something like this might work:http://snurl.com/s4d5r

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog:http://gregorybeamer.spaces.live.com

My vacation and childhood cancer awareness site:http://www.crazycancertour.com

*******************************************
|      Think outside the box!             |
*******************************************

I know I download and used AJAX controls before but I do not see the
controls anymore in my toolbox. Do you know what I have to do to get
back?
 
G

Gregory A. Beamer

I know I download and used AJAX controls before but I do not see the
controls anymore in my toolbox. Do you know what I have to do to get
back?

Right click on the toolbox and use the add feature. Then find the AJAX
toolkit assembly and add it. You can then drag and drop AJAX features on
the page and it will create the registration for you.

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

My vacation and childhood cancer awareness site:
http://www.crazycancertour.com

*******************************************
| Think outside the box! |
*******************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top