i have a site that i'm trying to figure out the problem with. When i click on any of my links in the page (contained in master page) it navigates to the next page but it seems like the entire content gets reloaded. I would expect that some of the content would be reloaded but the menu and the links would stay in place. Has anyone else experienced the same issue?
I would add the link but everytime i do i create an error in the xslt display on the forum. The same behaviour happens on the wired.co.uk site.
Thanks for your help. I can't seem to think of a solution.
are you expecting to see your navigation stay exactly where it is and only the contents underneath change? there would be a number of ways to achieve this, and some of them would be technically unpretty (frames or an iframe)
but maybe you could give us a little bit more background first?
Frames and Iframes would accomplish this rather easy but have so many disadvantages ...
The reloading of an entire page might not be that user unfriendly with a optimized site. But if you still feel the user experience is unsatisfying, use ajax calls.
Entire Page Reloads Each Postback
Hey guys,
i have a site that i'm trying to figure out the problem with. When i click on any of my links in the page (contained in master page) it navigates to the next page but it seems like the entire content gets reloaded. I would expect that some of the content would be reloaded but the menu and the links would stay in place. Has anyone else experienced the same issue?
I would add the link but everytime i do i create an error in the xslt display on the forum. The same behaviour happens on the wired.co.uk site.
Thanks for your help. I can't seem to think of a solution.
Jon
Hey Jon,
are you expecting to see your navigation stay exactly where it is and only the contents underneath change?
there would be a number of ways to achieve this, and some of them would be technically unpretty (frames or an iframe)
but maybe you could give us a little bit more background first?
This is typical (default) behaviour. If you want to change this I suggest studying ajax
don't use frames or iframes... they're really nasty.
Frames and Iframes would accomplish this rather easy but have so many disadvantages ...
The reloading of an entire page might not be that user unfriendly with a optimized site. But if you still feel the user experience is unsatisfying, use ajax calls.
is working on a reply...