ParseControl is an ASP.NET function that parses an input string to create an ASP.NET server control object.
ParseControl is an ASP.NET function that parses an input string to create a server control object.
It was introduced in .NET 3.5, and is a public method of the TemplateControl class, which both Page and UserControl inherit from.
Reference on MSDN: