Gets the client ID of the control.
[JavaScript]
Control.getId(
)
Return Value
The client side ID of the control.
Remarks
The Client ID is defined by server side control's ClientID property. Use this function to retrieve the value.
See Also
Control Object