Which attribute is utilized to assign a name to a web control?
Explanation
The 'ID' property is specifically used to assign a unique identifier to a web control, allowing it to be referenced programmatically. Other options like 'ControlName' or 'Designation' are not valid properties for naming controls.