DataBoundLiteralControl.DataBoundLiteralControl Constructor
.NET Framework 2.0
This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the DataBoundLiteralControl class.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
public DataBoundLiteralControl ( int staticLiteralsCount, int dataBoundLiteralCount )
public function DataBoundLiteralControl ( staticLiteralsCount : int, dataBoundLiteralCount : int )
Not applicable.
Parameters
- staticLiteralsCount
Defines the size of the array to create for storing static literal strings.
- dataBoundLiteralCount
Defines the size of the array to create for storing data-bound literal strings.