Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a control on an ASP.NET page based on the unique identifier.
Syntax
client server public static CLRObject findControl(str _rootControlUniqueId)
Run On
Called
Parameters
- _rootControlUniqueId
Type: str
Unique identifier of the control.
Return Value
Type: CLRObject Class
A control instance.