Shultz:
Check out if this helps:
http://openmymind.net/FAQ.aspx?documentId=2
Basically you need to wrap you DataBinding code in an if Not Page.IsPostBack
then...
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Schultz" <> wrote in message
news: oups.com...
> When using DropDownLists in ASP.NET VB 03 on Windows Server 2003 (IE 6)
> the selected values for Databound dropDowns is always the first item in
> the list, even after changing the selected item before submitting the
> form to do its requested action. The html source does not say that it
> is selected, and the binding code does not tell it to change the
> selected value. how do I fix this problem?
>