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, 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.