Show contact page without refreshing master page
-
Dears Any body help me about master page. i build 2 pages with command master page. and master page have 2 links for 2 pages. Normaly when i click on master page first link then open first page and when i click on master page second link then open second page. In this process whole page refress. I need when i click on master page link then refress only contact page not a master page.
-
Dears Any body help me about master page. i build 2 pages with command master page. and master page have 2 links for 2 pages. Normaly when i click on master page first link then open first page and when i click on master page second link then open second page. In this process whole page refress. I need when i click on master page link then refress only contact page not a master page.
well... the page inherits the masterpage so when you click the link the page reloads the masterpage also. Maybe if all of the page is in an updatepanel you do not see it flicker.
In Word you can only store 2 bytes. That is why I use Writer.
-
Dears Any body help me about master page. i build 2 pages with command master page. and master page have 2 links for 2 pages. Normaly when i click on master page first link then open first page and when i click on master page second link then open second page. In this process whole page refress. I need when i click on master page link then refress only contact page not a master page.
I think you need further reading on Master Pages and Content Pages. A content page inherits from its master page but both are rendered as one page before it's sent to the client. The client browser (e.g. FireFox, IE) does not differentiate between a master and content page as everything is sent as one page e.g. Default.aspx. There are methods such as: - AJAX, - Scripting (Script Manager/Update panel) - IFrames which can help u with partial page rendering. Good Luck!