Difference between DropDownList.SelectedItem.Value And DropDownList.SelectedValue (ASP.NET)

Posted by AZIRAR on Stack Overflow See other posts from Stack Overflow or by AZIRAR
Published on 2010-05-31T14:05:39Z Indexed on 2010/05/31 21:33 UTC
Read the original article Hit count: 1251

Hey,

I'm getting an error when SelctedIndexChanged, When the value change he gives me the previous selected value and not the new selected value.

What's the problem here.

And what's the difference between

DropDownList.SelectedItem.Value 
DropDownList.SelectedValue

© Stack Overflow or respective owner

Related posts about dropdownlist

Related posts about selectedindexchanged