Returns the number of items to be used from the datasource. This takes into account several factors such as paged/non-paged modes, custom paging, and last page.
[Visual Basic] Overridable Public ReadOnly Property Count As Integer [C#] public int Count {virtual get;} [C++] public: __property virtual int get_Count(); [JScript] public function get Count() : int;
PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace