On Sep 25, 2:59*pm, jonny <nelso...@hotmail.com> wrote:
> 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.
Take a look at the examples in MSDN
http://msdn.microsoft.com/en-us/libr...pdownlist.aspx
There is OnSelectedIndexChanged property that is referred to
Selection_Change method