Hi,
I was wondering if this is even possible. I read and reread the AJAX chapter and information. The only thing that seems to be flicker free is what's within the UpdatePanel. I have set up a new page. Actually, if you want to take a look at it, you can go to
http://sweetkitties.net. While developing this, I utilized the master page concept. Everything is on the master page, except for the area that shows the content. I was able to get flicker free working on the Contact page by putting the MainContent area within an UpdatePanel. It makes sense that it works here, because the Submit button is within the UpdatePanel. But it does not work anywhere else. If I click any of the menu items, I can see the whole page redraw. This is most apparent on Chrome. Thinking about it though, I guess that it makes sense. When I click a link in my Menu area, it is serving up a whole new page. So it is going to redraw the whole page. I looked online and saw some stuff about using frames, but I also saw a lot of posting that say that frames are bad.
Using master pages, is it possible to get only the MainContent area to update?