DataPager::DataBind Method ()

 

Binds the DataPager control and all its child controls to a data source.

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

public:
virtual void DataBind() override

This implementation of the DataBind() method overrides the base class implementation. The overridden method verifies that all child controls have been created before binding them to a data source.

.NET Framework
Available since 3.5
Return to top
Show: