SelectionList.AddParsedSubObject Method (Object)

 
Use BaseTrue

Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's Controls collection object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

Protected Overrides Sub AddParsedSubObject (
	obj As Object
)

Parameters

obj
Type: System.Object

The object reference to add to the server control's Controls collection object.

.NET Framework
Available since 1.1
Return to top
Show: