ScriptControlDescriptor Constructor (String, String)

 

Initializes a new instance of the ScriptControlDescriptor class.

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

Public Sub New (
	type As String,
	elementID As String
)

Parameters

type
Type: System.String

The type of the client control object to create.

elementID
Type: System.String

The ID of the HTML element that represents the control object to create.

.NET Framework
Available since 3.5
Return to top
Show: