I'm working with ASP.NET & MVC.
There's a view that has some fields and then I added an HTML select drop down menu. I want to be able to grab the value of the select item without including it in the corresponding model; is this possible? Ho could I reference the HTML on the page? would I use javascript? Not sure where to begin