This documentation is archived and is not being maintained.

DataBoundLiteralControl::Text Property

Gets the text content of the DataBoundLiteralControl object.

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

public:
property String^ Text {
	String^ get ();
}

Property Value

Type: System::String
A String that represents the text content of the DataBoundLiteralControl.

The DataBoundLiteralControl class persists the value of its Text property to view state.

The following code example creates a custom control and uses that control from within an .aspx file to display the text of a DataBoundLiteralControl object. The custom control obtains a DataBoundLiteralControl object and outputs the text property in its Render method.

No code example is currently available or this language may not be supported.

You can compile the control with the Visual Basic Compiler (vbc.exe) or C# Compiler (csc.exe). You must place the resulting .dll file in the Bin directory of the Web project, as shown in the following code example.

No code example is currently available or this language may not be supported.

The following code example demonstrates how the custom control is registered and used within an .aspx file.

No code example is currently available or this language may not be supported.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Show: