hi
I am using WebDropDown, in ValueChanged event i am not abel to get the value
ex
ID Descrition
1 One
2 Two
3. Three
webdropdown.TextField = "Descrition";
webdropdown.ValueFied = "ID";
but in value changed event
e.NewValue is showing "One" not 1
how to get the selected value
look at webDropDown.selectedValue