Which attribute is utilized to assign a name to a web control?

Choose the correct answer

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.

Which attribute is utilized to assign a name to a we… — ASP.net | PakQuizHub