could you tell me how to work in this context:
I have a strongly typed view that performs the search of some records, the search by ajax button loads a partial view in a div of the main view, then in this partial view I select some check and radios and then send all the content .
The million dollar question is, how do I send all the data in the submit, both the main view and the partial view? I ask this because being strongly typed sends only one instance of a model and not two.
Thanks in advance.