DropDownList Part II
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
After changing the item of a DDL, there is still the old value in when I ask for SelectedIndex. Are there any solutions for this problem ?
Hi there, As you may already know that the SelectedIndex property is used to determine the index of the selected item from the DropDownList control, so after changing the items of a dropdownlist can you ensure that the selected item has a new index value.