Link to home
Start Free TrialLog in
Avatar of tcalbaz
tcalbazFlag for United States of America

asked on

Autopostback does not appear to indicate selected value of combobox

Code warriors,

I set up my asp.net app with a combobox set to autopostback = true.

However when an item is selected and the MyComboBox_SelectedIndexChanged fires the selected index item does not appear to change.  Whats going on?

I read elsewhere about having to initialize a combo box in order to work with events but the trigger mechanism appears to work ok.

Any suggestions?  I'm doing my code in VB.

Thank You,

Ted
Avatar of YZlat
YZlat
Flag of United States of America image

post your code for the combo box
ASKER CERTIFIED SOLUTION
Avatar of DotNetLover_Baan
DotNetLover_Baan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tcalbaz

ASKER

Duh!
I think I am coding too much.
Thanks DotNetLover!

Ted