Posted on: 8/20/2014 6:24:46 PM | Views : 384

I am currently working on an existing intranet website using ASP.Net. The entire website is basically a website project with folders nested within folders. It contains classic asp pages, sub asp.net 1.1 web application projects, sub asp.net website projects, static HTML pages and other kinds of content. Right now, we are using iframes for site navigation. Our setup is basically an iframe on the default page that is the base target of all the links on that page. Because of the disadvantages of iframes we are looking to implement another method for site navigation. What you be the best solution in this situation? It seems like loading divs with Ajax would not be much better than iframes because users would still not be able to bookmark any given page or have the correct URL.
     Most of our websites use web forms, so I thought master pages could work. However, it seems you can only load other aspx pages into a master page and I would ...

Go to the complete details ...