ListView.CreateSuffixArrayList Method (ListViewPagedDataSource, ArrayList)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Creates an array of suffixes for ASP.NET to use when it generates the ClientID value.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
protected virtual void CreateSuffixArrayList( ListViewPagedDataSource dataSource, ArrayList suffixArray )
Parameters
- dataSource
-
Type:
System.Web.UI.WebControls.ListViewPagedDataSource
The data source that will supply values for the suffix.
- suffixArray
-
Type:
System.Collections.ArrayList
The suffix array.
.NET Framework
Available since 4.0
Available since 4.0
Show: