This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Gets a reference to the UpdatePanel control that the UpdatePanelTriggerCollection belongs to.
public UpdatePanel Owner { get; }
Public ReadOnly Property Owner As UpdatePanel
public: UpdatePanel^ Owner { UpdatePanel^ get (); }
/** @property */
An UpdatePanel control.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.