Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > XmlHttpPanel > Feature request

Not answered Feature request

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

    Can we get a property to have the panel do a callback to the specified webmethod on page load?  I'm writing a composite control and it would save me from having to attach a script just to do the callback :)

    Reply

  • Pero Pero admin's avatar

    Posted on Sep 14, 2010 (permalink)

    Hi Steve,

    This functionality is already supported. Simply set the Value property of the XmlHttpPanel on Page.Load, and a call to the WebService will be initiated. For your convenience I have attached a sample project showing this.

    All the best,
    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
    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > XmlHttpPanel > Feature request