EmptyControlCollection.AddAt Method (Int32, Control)
.NET Framework (current version)
Denies the addition of the specified Control object to the collection, at the specified index position.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System.Int32
The index at which to add the Control. This parameter is always ignored.
- child
-
Type:
System.Web.UI.Control
The Control to be added. This parameter is always ignored.
| Exception | Condition |
|---|---|
| HttpException | Always issued, because the control does not allow child controls. |
.NET Framework
Available since 1.1
Available since 1.1
Show: