IDataBoundListControl::ClientIDRowSuffix Property
.NET Framework (current version)
Gets or sets the names of the data fields whose values are appended to the Control::ClientID property value to uniquely identify each instance of a data-bound control.
Assembly: System.Web (in System.Web.dll)
property array<String^>^ ClientIDRowSuffix { array<String^>^ get(); void set(array<String^>^ value); }
.NET Framework
Available since 4.0
Available since 4.0
Control::ClientIDMode
IDataBoundListControl Interface
System.Web.UI.WebControls Namespace
ASP.NET Web Server Control Identification
How to: Access Controls from JavaScript by ID
Walkthrough: Making Data-Bound Controls Easier to Access from JavaScript
Walkthrough: Making Controls Located in Web User Controls Easier to Access from JavaScript
Show: