Click here to Skip to main content
15,896,453 members
Articles / Programming Languages / Razor

.NET Core 7 Razor pages: Updating Section of a Razor Page (Partial Update), Without Re-rendering the Whole Content, with Means of Ajax POST

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
27 Sep 2023CPOL2 min read 5.3K  
On the parent razor page, we add Partial View which will serve as the updatable container. On Ajax calls from the parent page, we update only Partial view content, not the whole page, thus creating a smooth user interaction experience.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Canada Canada
MCP, .NET framework

Comments and Discussions