Showing posts with label asp.net controls. Show all posts
Showing posts with label asp.net controls. Show all posts

Wednesday, December 7, 2011

Control.ClientID Property for asp.net control

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.

ASP.Net Control Properties


Name
Description
Gets the browser-specific adapter for the control.
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
Infrastructure. Gets the control that contains this control's data binding.

Gets a value that indicates whether the server control's child controls have been created.

Featured Posts

Kali Linux Remote Desktop: Access GNOME from Windows Using Native RDP

  Kali Linux + GNOME 50 + GNOME Remote Desktop + Windows Remote Desktop (MSTSC) Getting a full GNOME desktop remotely on Kali Linux can be ...