DataBoundLiteralControl(Int32, Int32) Constructor

Definition

Initializes a new instance of the DataBoundLiteralControl class.

public:
 DataBoundLiteralControl(int staticLiteralsCount, int dataBoundLiteralCount);
public DataBoundLiteralControl (int staticLiteralsCount, int dataBoundLiteralCount);
new System.Web.UI.DataBoundLiteralControl : int * int -> System.Web.UI.DataBoundLiteralControl
Public Sub New (staticLiteralsCount As Integer, dataBoundLiteralCount As Integer)

Parameters

staticLiteralsCount
Int32

Defines the size of the array to create for storing static literal strings.

dataBoundLiteralCount
Int32

Defines the size of the array to create for storing data-bound literal strings.

Applies to