Contents tagged with Razor
-
Update: Full Source code is available at BitBucket Many times I have a Javascript file that contains a link and in order to be more generic I would prefer writing something like ~/image.png rather …
Read More -
ASP.NET MVC3 doesn’t have a built-in RadioButtonList helper and there are times that I want to display an Enum property. I can always do that using a dropdown list but if there are 2 or 3 values …
Read More