Whether to implement page semantics on top of the underlying datasource.
[Visual Basic] Public Property AllowPaging As Boolean [C#] public bool AllowPaging {get; set;} [C++] public: __property bool get_AllowPaging(); public: __property void set_AllowPaging(bool); [JScript] public function get AllowPaging() : Boolean; public function set AllowPaging(Boolean);
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace