PowerWEB LiveControls for ASP.NET
WaitElementID Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveImage Class : WaitElementID Property



Gets or sets the message ID of the HTML element to display a message during a pending callback.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Set to the ID of a control which will display a message while a callback is pending")>
<DefaultValueAttribute()>
Public Property WaitElementID As String
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As String
 
instance.WaitElementID = value
 
value = instance.WaitElementID
C# 
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Set to the ID of a control which will display a message while a callback is pending")]
[DefaultValueAttribute()]
public string WaitElementID {get; set;}
C++/CLI 
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Set to the ID of a control which will display a message while a callback is pending")]
[DefaultValueAttribute()]
public:
property String^ WaitElementID {
   String^ get();
   void set (    String^ value);
}

Property Value

The ID of an HTML element, such as a Label, that will display a message during pending callbacks.

Remarks

Use in conjunction with the WaitMessage property.

Set WaitElementID to specify the ID of the control that will display the WaitMessage during a pending callback.

Typical usage would be for immediately displaying a message (such as "Processing..") to the user during lengthy callbacks (due to network traffic or server side processing).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.