DataBoundLiteralControl Constructor (Int32, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DataBoundLiteralControl class.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Public Sub New (
	staticLiteralsCount As Integer,
	dataBoundLiteralCount As Integer
)

Parameters

staticLiteralsCount
Type: System.Int32

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

dataBoundLiteralCount
Type: System.Int32

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

.NET Framework
Available since 1.1
Return to top
Show: