StyleCollection.Add Method
.NET Framework 3.0
Appends a specified Style object to the end of the StyleCollection object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the Add method to append the specified Style object to the end of the StyleCollection object.
To add a Style object to the collection at a specific index location, use the Insert method.
Community Additions
ADD
Show: