This documentation is archived and is not being maintained.
TemplateControl::ParseControl Method
Visual Studio 2010
Parses an input string into a Control object on the ASP.NET Web page or user control.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ParseControl(String) | Parses an input string into a Control object on the Web Forms page or user control. |
|
ParseControl(String, Boolean) | Parses an input string into a Control object on the ASP.NET Web page or user control. |
ParseControl is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
Show: