I currently have an object Tag defined as follows:
Tag
public class Tag { public string Name { get; set; } }
Now, this is a co
This is similar to something i have done in a site im working on.
I used this extension @Html.CheckBoxListFor()
Hope this helps.