Hello I have to dropdownlists on my page: one containing project names, second containing project versions. I would like to refresh the contents of the second dropdownlist right after the selected item in the first dropdownlist is changed. I tried the SelectedIndexChanged event but it didn't work. Regards, Wojtek
Please read this first: http://www.aspfaq.com/show.asp?id=2081 (Specifically, bullet #2) Then check this out: http://www.aspfaq.com/show.asp?id=2270 Ray at work "Wojtek" wrote in message news:dc7ebr$1r3$1@inews.gazeta.pl... > Hello > > > I have to dropdownlists on my page: one containing project names, second > containing project versions. I would like to refresh the contents of the > second dropdownlist right after the selected item in the first > dropdownlist is changed. I tried the SelectedIndexChanged event but it > didn't work. > > > Regards, > > Wojtek
Ray Costanzo [MVP] napisa(a): > Please read this first: > http://www.aspfaq.com/show.asp?id=2081 (Specifically, bullet #2) > > Then check this out: > http://www.aspfaq.com/show.asp?id=2270 > > Ray at work > > "Wojtek" wrote in message > news:dc7ebr$1r3$1@inews.gazeta.pl... > >>Hello >> >> >>I have to dropdownlists on my page: one containing project names, second >>containing project versions. I would like to refresh the contents of the >>second dropdownlist right after the selected item in the first >>dropdownlist is changed. I tried the SelectedIndexChanged event but it >>didn't work. >> >> >>Regards, >> >>Wojtek > > > I didn't mention, that I am using C#. I couldn't find any examples except that using Javascript. Is it possible to achieve this using C#? Regards, Wojtek
In that case, you'd want to see an ASP.Net group. This is a classic ASP group. Check out the groups with "aspnet" in their names and post there, but still not until after reading http://www.aspfaq.com/show.asp?id=2081! Ray at work "Wojtek" wrote in message news:dcam66$12f$1@inews.gazeta.pl... > > > > > > I didn't mention, that I am using C#. I couldn't find any examples > except that using Javascript. Is it possible to achieve this using C#? > > Regards, > > Wojtek