Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's System.Web.UI.ControlCollection object.
- obj
An object that represents the parsed element.
Unless you override it, this method automatically adds System.Web.UI.LiteralControl objects to the server control's System.Web.UI.ControlCollection object. This collection is accessible through Control.Controls property.