DataBoundLiteralControl::Text Property
Gets the text content of the DataBoundLiteralControl object.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::StringA 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.
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.
The following code example demonstrates how the custom control is registered and used within an .aspx file.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.