This documentation is archived and is not being maintained.
PasswordRecovery::RenderOuterTable Property
Visual Studio 2010
Gets or sets a value that indicates whether the control encloses rendered HTML in a table element in order to apply inline styles.
Assembly: System.Web (in System.Web.dll)
In order to make inline style properties such as ForeColor apply to all the HTML that is rendered for the control, ASP.NET encloses the rendered HTML in a table element. If you do not want the outer table element to be rendered, set this property to false. In that case, if you try to set inline style properties that apply to the whole control, an exception is thrown.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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.
Show: