Master pages to content pages

Discussion in 'ASP.NET 2.0' started by androoo, Dec 28, 2005.

  1. Hi , similar question to yesterday, but maybe different solution available ?

    I have a tree control im using for some navigation of products.
    On node click i load a content page with products from the database.

    Is there a way i can click on the node and only have the content page
    make a refresh (postback?) similar to if i was using a targets in
    frames ?

    Thanks for help
     
  2. Sinceit is a singlepage (notframes or iframe), you will have to use JavaScript and DHTML to dynamically modify the page.

    You might also want to look into AJAX. http://atlas.asp.net


    Joel Thoms

    DiscountASP.NET
    http://www.DiscountASP.NET
     

Share This Page