TemplateControl.ParseControl Method (String)
.NET Framework (current version)
Parses an input string into a Control object on the Web Forms page or user control.
Assembly: System.Web (in System.Web.dll)
Parameters
- content
-
Type:
System.String
A string that contains a user control.
The content parameter contains a user control, such as you would find in an .ascx file. This string cannot contain any code, because the ParseControl method never causes compilation.
The following code example demonstrates how to create a Button Web server control using the ParseControl method, and then adds the result to the ControlCollection collection of a PlaceHolder Web server control named myPlaceholder.
.NET Framework
Available since 1.1
Available since 1.1
Show: