Difference between DropDownList.SelectedItem.Value And DropDownList.SelectedValue (ASP.NET)
- by AZIRAR
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