The ItemByGUID property determines a control of the collection by the GUID of the control.
Syntax | |||||
ItemByGUID(ControlGUID) | |||||
Rückgabewert | |||||
Type |
Description | ||||
Control |
The Control object found by control GUID | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
ControlGUID |
String |
ByVal |
GUID of the control | |
Notes:
Each controls container is provided with a unique GUID at run time to uniquely identify the control on the client and server side.
The search is done only server-side.