G
Guest
Hi
I have a DropDownList in a ASP.NET (C#) page. This control is bound to a DataTable to get the values to display
However, the SelectedItem never seems to change
For example, if I change manually the item selected in the DropDownList, then click a SubmitButton and then try to use the property this.ddlMyList.SelectedItem.Text, the value is still the value of the first item in the list. It never changes whatever I do
Please help me !!! :-
Jenny
I have a DropDownList in a ASP.NET (C#) page. This control is bound to a DataTable to get the values to display
However, the SelectedItem never seems to change
For example, if I change manually the item selected in the DropDownList, then click a SubmitButton and then try to use the property this.ddlMyList.SelectedItem.Text, the value is still the value of the first item in the list. It never changes whatever I do
Please help me !!! :-
Jenny