Postback Question

Discussion in 'ASP.NET 2.0' started by scm22ri, Aug 31, 2007.

  1. Hello Everyone,

    I have a question in regards to postback. Lets say I'm selling a product called "blue widgets" and at the top of that page there is also another page called "Widget Products". Now if someone clicks on the "Widget Products" page I want at the top of that page to say "Back to blue widgets page" without hard copying it in. How is that made possible with postback ? or is it another function I would need ?

    Thanks !
     
  2. Hi John,


    Thanks John for the reponse. I will give it a shot !


    Thanks
     
  3. I usea web.sitemap file. Itis an xml file thatyou can use to define parent and child pages.

    To have it show up on the webpage, use aSiteMapPath control.

    I hope this helps. It's the first time I've given advice.

    John
     
  4. </o:p>
    You might also try using the <st1:City w:st="on"><st1:place w:st="on">Ajax ?UpdatePanel? control. If you?ve never used <st1:City w:st="on"><st1:place w:st="on">Ajax before, it?s pretty powerful and fairly easy to use. You can get the framework here for free:
    </o:p>
    http://www.asp.net/ajax/</o:p>
    </o:p>
    I recommend watching the video tutorial on how to install it, it will definitely save you time.
    </o:p>
    And make sure you download version 1.0. There?s a version 3.5 but it?s beta and thus won?t run at DiscountASP.net.
    </o:p>
    Next you?ll need the <st1:place w:st="on"><st1:City w:st="on">Ajax control toolkit, which you can get for free at:
    </o:p>
    http://www.codeplex.com/AtlasControlToolkit/Release/ProjectReleases.aspx?ReleaseId=4923</o:p>
    </o:p>
    Finally, there?s a number of excellent video tutorials on the Ajax Controls at:
    </o:p>
    http://www.asp.net/learn/ajax-videos/</o:p>
    </o:p>
    Have fun,
    </o:p>Lar
     

Share This Page