I want to transfer observable array along with model to controller. I did my surfing and found custom model binding is good for my situation.
But again its given I can use controllerContext.HttpContext.Form.Get("Day"); where as Day is Day
I have used select and element of select is stored as observable array.... if I can't use array, I can use select name or id as above situation... how do I do it... because select has many options...
and I'm new to custom model binding so I'm confused which code I've to put where...where do I put custom binding code with IModelBinder interface