Tanuj Kumar
Total Post:134
Points:940
these days i'm working on a project, based on MVC 4.
i have to requirement to refresh partial view which use to display data from database on a view.
this partial view refresh only not whole view page?
thanks
i have to requirement to refresh partial view which use to display data from database on a view.
this partial view refresh only not whole view page?
thanks
Post:604
Points:4228Re: Refresh partial view in mvc4
Hi Tanuj
For refreshing Partial View use given line of code
Step 1. Use script for calling Action for calling partial view
Note: "OpenPoupWindow" funcation
"RefreshPartialView" Action name
"AdminPanel" controller name
"PartialViewContainer" id of table or div etc, witch contain partial view for display data, like this
Step 2. Action for calling partial view
Note: "ProductsManagerPartialView" partial view name
"ProductsListItem" Properties name
i hope this will be help full for you