Originally posted on: http://geekswithblogs.net/jimiz/archive/2013/07/19/153451.aspx
I was updating an older application with some changes. I typically use C# MVC for my current projects, however this was a web forms app using the 2.0 framework. I had to make a few minor edits.One in particular was to add a State dropdown list. I realized that I did not want to type in all that information. So I did the quick Google for State Dropdown. I found a few, but then realized that using a DropDownList in .net would result in doing some editing. Again google helped me. I want to say thank you to Dusty Reagan for posting a quick and easy dropdownlist for US states.
I sometimes wonder if I should keep things like this in my snipits, or if there should be global snipits.