To reload a section of the page, you could use jquerys load
with the current url and specify the fragment you need, which would be the same element that load
is called on, in our below case #myDivId
function updateDivContent() { $("#myDivId").load(window.location.href + " #myDivId" ); }
Related posts:
How to put text inside MVC Razor code block
How to solve "Response.Redirect cannot be called in a Page callback" for DevExpress Components
How to change star rating color on mouseover/out, mouseenter/leave with Javascript
How to Solve The 'Object reference not set to an instance of an object' error in Batch Edit mode for...