This documentation is archived and is not being maintained.

DataGridDesigner.GetEmptyDesignTimeHtml Method

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: 

See Also

DataGridDesigner Class | DataGridDesigner Members | System.Web.UI.Design.WebControls Namespace

Show: