Partial Page Referesh in mvc
Hi All,
I have two partial pages.
like one is option partial page and second one is list partial page.
I want the functionality like when i click on button from the option page,
I have to referesh my partial list page through that option page button click without postback.
I am using ajax post on option button click event.It goes to the controller method and retuns the result set
but my page will not be refershed
so i am not getting any values on page.
Please let me know.
Thanks
Monika
|