Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Show contact page without refreshing master page

Show contact page without refreshing master page

Scheduled Pinned Locked Moved ASP.NET
help
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bhim Prakash Singh
    wrote on last edited by
    #1

    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.

    H M 2 Replies Last reply
    0
    • B Bhim Prakash Singh

      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.

      H Offline
      H Offline
      Herman T Instance
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • B Bhim Prakash Singh

        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.

        M Offline
        M Offline
        Morgs Morgan
        wrote on last edited by
        #3

        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!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups