This question is locked. New answers and comments are not allowed.
I'm trying to create a model for a partial view to show in a PanelBar, but for some reason my data isn't making it to the partial view properly. In this code here: http://tinyurl.com/ya6ug52 I'm creating my model and passing it as a parameter to LoadContentFrom. When I hit the DropDown, the breakpoint in the controller method gets his, but while Model.URL has the correct data, Model.Dates is null.
What might cause this behavior?