Return to Snippet

Revision: 18014
at September 20, 2009 23:20 by sonofabit


Initial Code
<telerik:RadComboBox ID="StateList" runat="server">
	<Items>
		<telerik:RadComboBoxItem Value="AL" Value="Alabama" />
		<telerik:RadComboBoxItem Value="AK" Value="Alaska" />
		<telerik:RadComboBoxItem Value="AZ" Value="Arizona" />
		<telerik:RadComboBoxItem Value="AR" Value="Arkansas" />
		<telerik:RadComboBoxItem Value="CA" Value="California" />
		<telerik:RadComboBoxItem Value="CO" Value="Colorado" />
		<telerik:RadComboBoxItem Value="CT" Value="Connecticut" />
		<telerik:RadComboBoxItem Value="DC" Value="District of Columbia" />
		<telerik:RadComboBoxItem Value="DE" Value="Delaware" />
		<telerik:RadComboBoxItem Value="FL" Value="Florida" />
		<telerik:RadComboBoxItem Value="GA" Value="Georgia" />
		<telerik:RadComboBoxItem Value="HI" Value="Hawaii" />
		<telerik:RadComboBoxItem Value="ID" Value="Idaho" />
		<telerik:RadComboBoxItem Value="IL" Value="Illinois" />
		<telerik:RadComboBoxItem Value="IN" Value="Indiana" />
		<telerik:RadComboBoxItem Value="IA" Value="Iowa" />
		<telerik:RadComboBoxItem Value="KS" Value="Kansas" />
		<telerik:RadComboBoxItem Value="KY" Value="Kentucky" />
		<telerik:RadComboBoxItem Value="LA" Value="Louisiana" />
		<telerik:RadComboBoxItem Value="ME" Value="Maine" />
		<telerik:RadComboBoxItem Value="MD" Value="Maryland" />
		<telerik:RadComboBoxItem Value="MA" Value="Massachusetts" />
		<telerik:RadComboBoxItem Value="MI" Value="Michigan" />
		<telerik:RadComboBoxItem Value="MN" Value="Minnesota" />
		<telerik:RadComboBoxItem Value="MS" Value="Mississippi" />
		<telerik:RadComboBoxItem Value="MO" Value="Missouri" />
		<telerik:RadComboBoxItem Value="MT" Value="Montana" />
		<telerik:RadComboBoxItem Value="NE" Value="Nebraska" />
		<telerik:RadComboBoxItem Value="NV" Value="Nevada" />
		<telerik:RadComboBoxItem Value="NH" Value="New Hampshire" />
		<telerik:RadComboBoxItem Value="NJ" Value="New Jersey" />
		<telerik:RadComboBoxItem Value="NM" Value="New Mexico" />
		<telerik:RadComboBoxItem Value="NY" Value="New York" />
		<telerik:RadComboBoxItem Value="NC" Value="North Carolina" />
		<telerik:RadComboBoxItem Value="ND" Value="North Dakota" />
		<telerik:RadComboBoxItem Value="OH" Value="Ohio" />
		<telerik:RadComboBoxItem Value="OK" Value="Oklahoma" />
		<telerik:RadComboBoxItem Value="OR" Value="Oregon" />
		<telerik:RadComboBoxItem Value="PA" Value="Pennsylvania" />
		<telerik:RadComboBoxItem Value="RI" Value="Rhode Island" />
		<telerik:RadComboBoxItem Value="SC" Value="South Carolina" />
		<telerik:RadComboBoxItem Value="SD" Value="South Dakota" />
		<telerik:RadComboBoxItem Value="TN" Value="Tennessee" />
		<telerik:RadComboBoxItem Value="TX" Value="Texas" />
		<telerik:RadComboBoxItem Value="UT" Value="Utah" />
		<telerik:RadComboBoxItem Value="VT" Value="Vermont" />
		<telerik:RadComboBoxItem Value="VA" Value="Virginia" />
		<telerik:RadComboBoxItem Value="WA" Value="Washington" />
		<telerik:RadComboBoxItem Value="WV" Value="West Virginia" />
		<telerik:RadComboBoxItem Value="WI" Value="Wisconsin" />
		<telerik:RadComboBoxItem Value="WY" Value="Wyoming" />
	</Items>
</telerik:RadComboBox>

Initial URL


Initial Description
I modified this helpful snippet: http://snipplr.com/view/9904/aspdropdownlist-us-states-abbreviated/ to work for the Telerik RadComboBox control.

Initial Title
Telerik RadComboBox States List (asp.net)

Initial Tags
list, aspnet

Initial Language
ASP