❔ ASP.NET routing problem
Hey guys, currently working on an application in .NET using ASP.NET and c#
I'm creating my routes for my pages but when I navigate from the home page to a menu page it works but when I try to navigate from the about page to the menu page it always throws an exception
my defaults are set for my route to the menu page so it's shoudn't throw a null reference imo
I'm creating my routes for my pages but when I navigate from the home page to a menu page it works but when I try to navigate from the about page to the menu page it always throws an exception
my defaults are set for my route to the menu page so it's shoudn't throw a null reference imo
