<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Enums in DropDownList</title><link>http://weblogs.asp.net/tmarman/archive/2003/07/23/10464.aspx</link><description>I was talking to someone who had to do this today, and couldn't find any code to do it. Here's some old code I had lying around, maybe it's of interest to others. Binding an enum type: control.DataSource = Enum.GetNames( typeof (YourEnumType) ); Getting</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Strongly-Type a DropDownList with Enumerated Types</title><link>http://weblogs.asp.net/tmarman/archive/2003/07/23/10464.aspx#384230</link><pubDate>Thu, 03 Mar 2005 12:59:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:384230</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=384230" width="1" height="1"&gt;</description></item></channel></rss>