Gets the control ID for HTML markup that is generated by ASP.NET
<asp:Label ID="SelectedSport" runat="server" ClientIDMode="Static">
ASP.NET provides multiple algorithms for how to generate the ClientID property value. You select which algorithm to use for a control by setting its ClientIDModeproperty. The algorithms are identified by the ClientIDMode enumeration values that are listed in the following table.