Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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 <input id="Day" name="Day" value="" type="text" />

i have used select and element of select is stored as observable array.... if i cant use array, i can use select name or id as above situation... how do i do it... coz select has many option...

and i m new to custom model binding so i m confusion which code i ve to put where...where do i put
custom binding code with IModelBinder interface
Posted
Updated 3-May-14 22:43pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900