i am new in mvc. so i am not sure that when page is requested first time then a action method is called. if we deliver the json from that action method then how could we hold that json from client side and parse that json by knockout and bind controls.
i came across few article on asp.net mvc and knockout but those all bind control at server side at the first request and from the subsequent action they call server side/ action method function by jquery and what json that action method return they just parse and populate knockout with those json.
so is it possible to capture json when page requested first time and populate knockout view model. help with sample code would be very helpful for me.
do we need to use any other knockoutjs for mapping json and bind data? thanks