Navigation is not working on aspx page

Billz

I am developing a web app in asp.net web forms with master page. Application is running in debug mode in my localhost. When I click on the link in menu it navigates but when I again click on any link in menu it gives me the resource cannot be found.

Shaun O'C

The problem is a location issue. Make sure you are calling the file in the right directory.

If you are Redirecting from the Server-Side then use

Response.Redirect("~/MyFolder/MyPage.aspx");

or from the Client-Side

href="../MyFolder/MyPage.aspx"

This is assuming that you have the MasterPage in its own folder in the project.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Localization not working for all the Markup / Tags in ASPX page

From Dev

Regex not working in asp.net(.aspx page)

From Dev

IE conditional comments not working in aspx page

From Dev

Spring MVC page to page navigation not working

From Dev

Onsen UI page navigation with parameters not working

From Dev

Prevent any navigation or buttons from working on a page

From Dev

Onsen UI page navigation with parameters not working

From Dev

Sharepoint navigation stops working with this script embeded into the page

From Dev

Numbered page-navigation of Google Blogger not working on search results page

From Dev

ASPX Routing URL not working

From Dev

Ternary operator in aspx page

From Dev

dynamic content for aspx page

From Dev

onkeydown event on an ASPX page

From Dev

Styling issue in ASPX page

From Dev

ASPX page not loading in IIS

From Dev

Meaning of "~/page.aspx"

From Dev

Dynamic Aspx Page

From Dev

ASPX Loading Page

From Dev

Compare date in aspx page

From Dev

Ternary operator in aspx page

From Dev

Why do Font-Size and CssClass properties are not working in CheckBoxList in aspx page?

From Dev

ASPX page to render image suddenly not working in Firefox. Works in Chrome/IE

From Dev

Links/hover effect not working on certain part of page in fixed navigation bar

From Dev

Embed an aspx page with in another aspx page's div section

From Dev

Scrapy crawling not working on ASPX website

From Dev

how use If Statement in aspx page

From Dev

MVC and aspx - setting the default page

From Dev

How to create instance of an ASPX page?

From Dev

how to use datepicker in aspx page?