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
About Formatting and Parsing text strings
HP Laserjet P4015n saying it is jammed?
select records
Make connection from instance to interface
Problem deploying VSTO addin in 64 bit Windows Terminal Server environment
Timeout expired.
weird effects using ROUND() on REALs in TSQL
SQL Server 2005 Query Analyzer
Cannot get cgi-bin working
How to correct the XPath Query in OpenXML statement to get the state for each row.