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.

.NET Framework
Available since 3.5
Return to top
Show: