Relative Content

Tag Archive for c#navigationblazor

Blazor: Reload Data on Page Navigation – Unsaved Changes Visible

I am working on a Blazor project and encountering an issue where changes made to data on an edit page are visible even though they haven’t been saved. When a user navigates back to the main page, these changes are still shown, even though they are not saved in the database.

Blazor: Reload Data on Page Navigation – Unsaved Changes Visible

I am working on a Blazor project and encountering an issue where changes made to data on an edit page are visible even though they haven’t been saved. When a user navigates back to the main page, these changes are still shown, even though they are not saved in the database.