Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > XmlHttpPanel > Change content page without refreshing/loading whole master page

Not answered Change content page without refreshing/loading whole master page

Feed from this thread
  • Posted on Sep 2, 2010 (permalink)


    Hi guys,

    i have a problem of master page is loading/refreshing when i,m changing the content page(child page) from tree view which is in master page. please find the enclosed attachment and suggest me the approach to resolved this issue.

    Requirement: When click menu item which is in the master page.... corresponding content page should be load without refreshing/ loading whole master page & url of the page(child page.aspx) should be change.

    Thanks
    Ravi
    Attached files

    Reply

  • Posted on Sep 3, 2010 (permalink)

    Are you running firefox and firebug?   (If not get those up and running)

    Go to the console tab and make sure you have zero script errors

    I've found that every time I have an issue like there where I'm getting a postback I don't want, it's due to a script error (that doesn't popup)

    Reply

  • Pero Pero admin's avatar

    Posted on Sep 7, 2010 (permalink)

    Hello Ravi,

    The RadXmlHttpPanel control is not suitable for this kind of scenario. Moreover, I am not sure whether this is possible (without a full page postback) with the standard UpdatePanel or RadAjaxPanel. I searched google for such scenario, and found the following forum post: http://forums.asp.net/p/1170214/1956753.aspx.

    Regards,
    Pero
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Posted on Sep 9, 2010 (permalink)

    Thanks for the response. redirect is not possible in partial callback.

    Thanks
    Ravi

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > XmlHttpPanel > Change content page without refreshing/loading whole master page