This documentation is archived and is not being maintained.

DataPagerDesigner::GetDesignTimeHtml Method

Generates the HTML markup that is used to render the associated DataPager control at design time.

Namespace:  System.Web.UI.Design.WebControls
Assembly:  System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)

public:
virtual String^ GetDesignTimeHtml() override

Return Value

Type: System::String
The HTML markup that is used to render the associated DataPager control at design time.

If the DataPager::Fields collection is not empty, the GetDesignTimeHtml() method refreshes the TypeDescriptor object to force the PreFilterProperties method to be called and then calls its base implementation. If the DataPager::Fields collection is empty, the GetDesignTimeHtml() method invokes the GetEmptyDesignTimeHtml method to generate the markup.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: