ASP.NET VB.NET Search button on masterpage doesn’t navigate to the correct directory
I have a search input and button in a masterpage that I would like to redirect to the same directory that the user is currently in. If user is in myurl.com/Manage/default.aspx, i would like the redirect to be myurl.com/Manage/search.aspx. If the user is in myurl.com/Field/default.aspx, I would like the redirect to be myurl.com/Field/search.aspx.