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 ...

+ Reply to Thread
Results 1 to 2 of 2

Change value in dropdown2 if dropdown1 is clicked

  1. Default 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.


  2. Default 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

+ Reply to Thread