Community & Support
Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Ajax > Using ResolveUpdatedControls event

Not answered Using ResolveUpdatedControls event

Feed from this thread
  • Vladimir Milev MVP avatar

    Posted on Nov 21, 2006 (permalink)

    Requirements

    r.a.d.controls version

    r.a.d.controls Q3 2006    

    .NET version

    .NET 2.0

    Visual Studio version

    Visual Studio 2005

    programming language

    C#

    browser support

    all browsers supported by r.a.d.controls


     
    PROJECT DESCRIPTION
    This example illustrates how you can load two user controls and dynamically ajaxify them using r.a.d.ajax manager. You will also see how to handle a special case when you unload the user control initiating the ajax request by implementing ResolveUpdatedControls event.

    When you click the link button in the second pageview control of the tabstrip, you attempt to unload the usercontrol in which the tabstrip is hosted and load another control which contains a menu in its place.
    Normally you will get an exception that the initiating control could not be found (because it has been unloaded). This example you will see how to proceed with this situation by implementing ResolveUpdatedControls event.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > Ajax > Using ResolveUpdatedControls event