Change value in dropdown2 if dropdown1 is clicked - DOTNET
This is a discussion on Change value in dropdown2 if dropdown1 is clicked - DOTNET ; 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 ...
-
Change value in dropdown2 if dropdown1 is clicked
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.
-
Re: Change value in dropdown2 if dropdown1 is clicked
On Sep 25, 2:59 pm, jonny <nelso...athotmaildotcom> 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