Click here to Skip to main content
15,881,738 members

Comments by loctrice (Top 67 by date)

loctrice 5-Jan-21 16:40pm View    
Deleted
I don't think your answer was helpful or correct, and the question is not only solved but it's 6 years old.
loctrice 5-Jan-21 16:40pm View    
I don't think your answer was helpful or correct, and the question is not only solved but it's 6 years old.
loctrice 17-Aug-16 8:38am View    
Despite this already being solved - the answer you linked to is Visual Studio 2015 on Windows 10 and my question is from 2014.
loctrice 7-Nov-14 8:54am View    
I gave it a shot. It caused a lot of errors that I can't work out now. I've been working on it for a couple of hours after updating my nuget packages. I'm not sure this is any better
loctrice 16-Jul-14 8:19am View    
You use jquery to get the values from the checked checkboxes similar to http://stackoverflow.com/questions/786142/how-to-retrieve-checkboxes-values-in-jquery . Then you take the values and put them in the data section of your ajax call. You will also need to add them to your mvc controller so it has a place to map them.