ESRI.ArcGIS.ADF.Web.UI.WebControls
ControlClientID Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class : ControlClientID Property




Client ID of the control or page element that will receive the HTML content or image src attribute. May be null if content is JavaScript.

Syntax

Visual Basic (Declaration) 
Public Property ControlClientID As String
Visual Basic (Usage)Copy Code
Dim instance As CallbackResult
Dim value As String
 
instance.ControlClientID = value
 
value = instance.ControlClientID
C# 
public string ControlClientID {get; set;}

Property Value

String value with the client ID of the target control.

Remarks

This is the control whose content will be replaced with the value in Parameters if the EventArg is set to "content" or "innercontent". If EventArg is "image", the src attribute of the image with this ID will be set to the value in Parameters. If EventArg is "javascript", this property is ignored.

ControlClientID must be the client-side ID of the control. For a Web control, the ClientID property returns the correct value. The ID property may not be correct for this value, especially if the Web control is nested within a container control, such as a FloatingPanel.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.