|
|
Browse by Tags
All Tags » .NET » C#
-
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. It's built with .NET and a SQL Server backend. It ...
-
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 by this.
I have found this to work where EnumItems is the name of the ...
|
|
|