Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Bind Enum data to Dropdown List By Sorting

5.00/5 (5 votes)
26 Dec 2010CPOL 12.6K  
Can't you just call Enum.GetNames(), and then bind to the collection returned by that method?
Can't you just call Enum.GetNames(), and then bind to the collection returned by that method?


License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)