System.Web.UI.DataBoundLiteralControl Members

The members of System.Web.UI.DataBoundLiteralControl are listed below.

See Also: Inherited members from System.Web.UI.Control

Public Constructors

Initializes a new instance of the System.Web.UI.DataBoundLiteralControl class.

Public Properties

[read-only]
Textstring.

Gets the text content of the System.Web.UI.DataBoundLiteralControl object.

Public Methods

SetDataBoundString(int, string)

Assigns a string value to an array containing data-bound values.

SetStaticString(int, string)

Assigns a string value to an array containing static values.

Protected Methods

override
CreateControlCollection() : ControlCollection
Documentation for this section has not yet been entered.
override
LoadViewState(object)
Documentation for this section has not yet been entered.
override
Render(HtmlTextWriter)
Documentation for this section has not yet been entered.
override
SaveViewState() : object
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members