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. AJAX Help

AJAX Help

Scheduled Pinned Locked Moved ASP.NET
questioncsharphelp
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.
  • R Offline
    R Offline
    Ridge Howison
    wrote on last edited by
    #1

    Hello All, Thank you for reading this post. I am new to AJAX development. Here is my situation. I have a masterpage that has 3 image buttons. On clicking on each it should show the content page in the contenttemplate without a postback.So it is dynamic and show the latest and greatest page.So clicking imageA should show pageA.aspx, clicking imageB should show pageB.aspx and so forth without a postback. Ofcourse all the content pages will inherit from this master page. How do i go about it? Code examples/sample websites would help immensely ! please note, i am a .NET 2.0 developer making the jump to .NET 3.5 and AJAX. So a total newbie. Regards RH

    C D 2 Replies Last reply
    0
    • R Ridge Howison

      Hello All, Thank you for reading this post. I am new to AJAX development. Here is my situation. I have a masterpage that has 3 image buttons. On clicking on each it should show the content page in the contenttemplate without a postback.So it is dynamic and show the latest and greatest page.So clicking imageA should show pageA.aspx, clicking imageB should show pageB.aspx and so forth without a postback. Ofcourse all the content pages will inherit from this master page. How do i go about it? Code examples/sample websites would help immensely ! please note, i am a .NET 2.0 developer making the jump to .NET 3.5 and AJAX. So a total newbie. Regards RH

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Are you using AJAX, or the ASP.NET/AJAX library ? Do you want to show this new page without a postback, so it replaces the entire screen ? I don't really see the point here. You don't need a postback, you DO need a redirect. You can't help but load the new page, AJAX can't really change that.

      Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

      1 Reply Last reply
      0
      • R Ridge Howison

        Hello All, Thank you for reading this post. I am new to AJAX development. Here is my situation. I have a masterpage that has 3 image buttons. On clicking on each it should show the content page in the contenttemplate without a postback.So it is dynamic and show the latest and greatest page.So clicking imageA should show pageA.aspx, clicking imageB should show pageB.aspx and so forth without a postback. Ofcourse all the content pages will inherit from this master page. How do i go about it? Code examples/sample websites would help immensely ! please note, i am a .NET 2.0 developer making the jump to .NET 3.5 and AJAX. So a total newbie. Regards RH

        D Offline
        D Offline
        dotnetmember
        wrote on last edited by
        #3

        hi friend, i dont think it is possible to invoke content page within content template of the master page without a post back. Content page is seperate page and invokin it surely makes a post back to occur. I would suggest u to design a page with update panel and wizard control within it. u can place the controls of each page in each tab index and on click of image buttons, just change the active index of the wizard control like wzdname.ActiveStepIndex = 1; since all the design is within the same page, u can achieve ur need without postback. hope it works.

        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