Easy Tutorial
❮ Prop Webcontrol Textbox Text Prop Webcontrol Table Horizontalalign ❯

ASP.NET UniqueID Property



Definition and Usage

The UniqueID property gets the unique, hierarchically qualified, automatically generated identifier for the control. This property differs from the ID property because the UniqueID includes the identifier of the control's naming container. This identifier is generated automatically when the page request is processed.


Example

The following example displays the UniqueID of a Button control:


❮ Prop Webcontrol Textbox Text Prop Webcontrol Table Horizontalalign ❯