Hello,
I developed a website in which I added a master page,header and footer.
In the header, I added a code but its not working fine because the pages that I am adding are in another folders as shown below...
<li><a href="Home.aspx">Home</a></li>
<li><a href="KMApps/KMAppsHome.aspx">Applications</a></li>
As you can see that KMAppsHome.aspx is contained in a folder named KMApps but as I run this application the images of Header.ascx are not shown in KMAppsHome and when I click back on Home.aspx it displays Error 404 Page Not Found.
I've also used relative paths like ../KMApps/KMAppsHome.aspx instead of KMApps/KMAppsHome.aspx but the problem is still same.
Please help me.
Thanks in advance.