Welcome to Dukebaby Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

JoshuaBehling.com

I finally launched the site I have been working on for the past month. I think it turned out pretty nice. It is for someone running for State Representative. Everything you want to know about him you can find on his site :). The entire site is all custom.
Posted by dukebaby | 2 Comments

Get Enum by value in C#

This is mainly for my own reference since I find myself looking this up now and then. Lets say I have a dropdownlist of enum items where the ddl value is equal to the enum value. So, when when ddl item is selected now you want to get the actual enum represented
Posted by dukebaby | 0 Comments
Filed under: ,