This documentation is archived and is not being maintained.
DataGridDesigner.GetEmptyDesignTimeHtml Method
.NET Framework 1.1
Gets the HTML used to represent an empty template-based control at design time.
[Visual Basic] Overrides Protected Function GetEmptyDesignTimeHtml() As String [C#] protected override string GetEmptyDesignTimeHtml(); [C++] protected: String* GetEmptyDesignTimeHtml(); [JScript] protected override function GetEmptyDesignTimeHtml() : String;
Return Value
The HTML used to represent an empty template-based control at design time.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
DataGridDesigner Class | DataGridDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: