Hi I have a MultiSelectList that I want to split into several smaller MultiSelectList, depending on the value (NOT the selectedValues), and I want to use LINQ to achieve that...sure it is possible but I can t cut it..any suggestions? Thanks.
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...