DataPagerDesigner.GetDesignTimeHtml Method ()
.NET Framework (current version)
Generates the HTML markup that is used to render the associated DataPager control at design time.
Assembly: System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)
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
Available since 3.5
Show: