I have an issue where I have a hyperlinkbutton (exists in the master page) that navigates to a "Project" page without any id, and therefore creates a new project as nothing exists. However, if I've done that, and clicks on the same button again, nothing happens. Is it possible to solve this somehow?
<HyperlinkButton Content="New" HorizontalAlignment="Right" Margin="0 10 10 0" ToolTipService.Placement="Top" Style="{StaticResource NewProjectButtonStyle}" IsTabStop="False" NavigateUri="/Project/"/>