Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > HTMLPlaceHolder > Page Change Event

Not answered Page Change Event

Feed from this thread
  • Tim schmidt avatar

    Posted on Sep 13, 2010 (permalink)

    I have a RadHTMLPlaceholder on a usercontrol and I am to set the SourceURL to a page, but I want to track which pages the user is going to and when they get to a certain page I want to do something in my silverlight app.  Is this possible?

    Reply

  • Miro Miroslavov Miro Miroslavov admin's avatar

    Posted on Sep 16, 2010 (permalink)

    Hello Tim schmidt,

     You can handle the UrlLoaded event that will fire once the page has loaded and add your logic in the handler.
    Hope this will help you.

    Kind regards,
    Miro Miroslavov
    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

  • Tim schmidt avatar

    Posted on Sep 16, 2010 (permalink)

    does the UrlLoaded event fire for every new page that is browsed to in the HTMLPlaceholder?  Cause what I would like to have happen is the HTMLPlaceholder is to come up with Page1, they are stepped through a process and go to Page2, Page3 and then are forwarded to Page4.  What Page4 comes up is when I want to do something in my silverlight application hosting the HTMLPlaceholder.  Is that possible?

    Reply

  • Miro Miroslavov Miro Miroslavov admin's avatar

    Posted on Sep 17, 2010 (permalink)

    Hi Tim schmidt,

     It actually fires only once, when the Frame/iFrame object fires the onload event (JavaScript). After that we can't have control or something, because the html is in the frame, which is invisible to the Dom, due to cross-domain issues. 
    There isn't frame navigated event or something similar that can be used in your case.
    If we can be of further help, please let us know.

    Greetings,
    Miro Miroslavov
    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

  • bg avatar

    Posted on Nov 10, 2011 (permalink)

    It has been over a year since this post was active but I am running into the same issue. Has their been any progress in determining if the SourceUrl has been changed for the Frame? I have even tried using RadHtmlPlaceHolderControl.HtmlPresenter.Children[0].GetProperty("src"); but it never seems to update.

    Reply

  • Petar Mladenov Petar Mladenov admin's avatar

    Posted on Nov 15, 2011 (permalink)

    Hi Bg,

     Currently, we are not aware of an existing solutions to this issue.

    Regards,
    Petar Mladenov
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > HTMLPlaceHolder > Page Change Event
Related resources for "Page Change Event"

Silverlight HtmlPlaceHolder Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]