BuildMaster SDK Reference
Version:

Add(System.Web.UI.ControlCollection toControl, System.Web.UI.Control[] controls) Method

Adds controls to the specified control collection.

Syntax

public static void Add(System.Web.UI.ControlCollection toControl, System.Web.UI.Control[] controls)

Parameters

toControl
Type: System.Web.UI.ControlCollection

Control collection to add to.

controls
Type: System.Web.UI.Control[]

The controls to add.