Whether to assume the underlying datasource contains data for just the current page. This is only applicable if AllowPaging is true. In this scenario, the developer can fetch just the right number of items from the DataSet to fill up a single page, which may be more efficient based on the source of the data.
[Visual Basic] Public Property AllowCustomPaging As Boolean [C#] public bool AllowCustomPaging {get; set;} [C++] public: __property bool get_AllowCustomPaging(); public: __property void set_AllowCustomPaging(bool); [JScript] public function get AllowCustomPaging() : Boolean; public function set AllowCustomPaging(Boolean);
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace