I'm going to take a guess that you want the ASP.Net forum. VB.Net uses combo boxes.
That said, I'm going to take a wild guess that you should look in your page load event and see if you are binding or loading the drop down list there. if so, put that code in a if not page.ispostback block.
Rick,
The loading and binding is in a - If Not Page.IsPostback block.
The code only works for the 1st and 2nd items in the list (SelectedIndex = 0 or 1)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.