| Infragistics.WebUI.Misc Namespace > WebAsyncRefreshPanel Class : LinkedRefreshControlID Property |
The UniqueID of WebAsyncRefreshPanel which content will be updated when hidden asynchronous postback occurs.
[Visual Basic]
Public Property LinkedRefreshControlID As String[C#]
public string LinkedRefreshControlID {get; set;}If the ID is used instead of the UniqueID, then WebAsyncRefreshPanel will try to search it through all controls on Page.
The asynchronous postback can be triggered by this control or by a linked control.