UpdatePanel::IsInPartialRendering Property
.NET Framework (current version)
Gets a value that indicates whether the UpdatePanel control is being updated as a result of an asynchronous postback.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Property Value
Type: System::Booleantrue if the current UpdatePanel control is being updated as a result of an asynchronous postback; otherwise, false.
The IsInPartialRendering property is intended for use by control developers who want to know when an UpdatePanel control is being updated as a result of an asynchronous postback. In page development scenarios, use the IsInAsyncPostBack property to determine whether a page is processing as a result of an asynchronous postback.
.NET Framework
Available since 3.5
Available since 3.5
Show: