asp.net-mvc return a couple of partial views onclick

Posted by niao on Stack Overflow See other posts from Stack Overflow or by niao
Published on 2010-04-28T21:01:55Z Indexed on 2010/04/28 21:07 UTC
Read the original article Hit count: 287

Filed under:
|

Greetings, I have an asp.net mvc application. When button is clicked (submit button) i would like to results to be displayed inside some div. I know how to do it. I have some action where I return a partial view. But when button is submitted then I get some multiple objects from db and I would like to display them all in div. How can I achieve it?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about partialview