Hi
I have a dropdownlist which consists of numeric values that represent
5-minute intervals which are displayed in ascending order
i.e. 00
05
10
15
20
25
30
35
40
45
50
55
When the page is loaded, a default value is selected based on the
current time. However, when this default value is selected, it alters
the order of all the other values on the dropdownlist, and the default
value itself becomes the first value in the dropdownlist.
e.g. 25
30
35
40
45
50
55
00
05
10
15
20
How do I keep the exact order of these values?
I have a dropdownlist which consists of numeric values that represent
5-minute intervals which are displayed in ascending order
i.e. 00
05
10
15
20
25
30
35
40
45
50
55
When the page is loaded, a default value is selected based on the
current time. However, when this default value is selected, it alters
the order of all the other values on the dropdownlist, and the default
value itself becomes the first value in the dropdownlist.
e.g. 25
30
35
40
45
50
55
00
05
10
15
20
How do I keep the exact order of these values?
Comment