UpdateProgress.AssociatedUpdatePanelID Propriedade
Definição
Obtém ou define a ID do controle UpdatePanel cujo status é exibido pelo controle UpdateProgress.Gets or sets the ID of the UpdatePanel control that the UpdateProgress control displays status for.
public:
property System::String ^ AssociatedUpdatePanelID { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter("System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter")]
public string AssociatedUpdatePanelID { get; set; }
[<System.ComponentModel.TypeConverter("System.Web.UI.Design.UpdateProgressAssociatedUpdatePanelIDConverter")>]
member this.AssociatedUpdatePanelID : string with get, set
Public Property AssociatedUpdatePanelID As String
Valor da propriedade
A ID do controle UpdatePanel associado.The ID of the associated UpdatePanel control. O valor padrão é uma cadeia de caracteres vazia.The default value is an empty string.
- Atributos
Comentários
O valor padrão é uma cadeia de caracteres vazia, o que significa que o UpdateProgress controle não está associado a um UpdatePanel controle específico.The default value is an empty string, which means that the UpdateProgress control is not associated with a specific UpdatePanel control. Portanto, os postbacks assíncronos que se originam de dentro de qualquer UpdatePanel controle ou postbacks de controles que são gatilhos para o painel fazem com que o UpdateProgress controle exiba seu ProgressTemplate conteúdo.Therefore, asynchronous postbacks that originate from inside any UpdatePanel control or postbacks from controls that are triggers for the panel cause the UpdateProgress control to display its ProgressTemplate content.
Você pode definir a AssociatedUpdatePanelID propriedade para controles no mesmo contêiner de nomenclatura, em um contêiner de nomenclatura pai ou na página.You can set the AssociatedUpdatePanelID property to controls in the same naming container, in a parent naming container, or in the page.