Microsoft
Software
Hardware
Network
Question : Default selected item for drop down list box
Hello guys,
I am new to asp.net I am not trying to achieve anythign fancy but just trying to set default selected value for one of the dropdown that I am using. for that I am doing Items>selected= true for whatever item I want selected when i load the page. In my case, it is a month dropdows and I am selecting date 14 as selected default value out of all 30 values but somehow, out of the blue .NEt decides to show me 29 instead of 14. I am not sure if there is some another setting that is overwritting this value.
Any ideas?
Answer : Default selected item for drop down list box
Probably something like:
DropDownList.DataBind()
DropDownList.SelectedIndex
= 3
But you may need list count...
See also:
http://www.velocityreviews
.com/forum
s/t75681-d
ropdown-li
st-
default
-selected-
item.html
or
http://forums.asp.net/t/12
19729.aspx
Random Solutions
sql script error
Trying to get win server 2003 to run an offsite php file before logging in
Can HP NC362i Dualport form teaming with HP NC364 Quad port?
Setup Programm for Linux systems
Microsoft DHCP moving leased addresses
Why does this new window javascript code not work?
Sum by range
function runs once, then error: "ïs not a function"
The terminal server client (Client Computer)has been disconnected because its license could not be renewed.
SQL Query for count function on multiple tables