Message in Japanese (日本語)
DataBoundControl でページングを有効にする場合、SelectMethod では、IQueryable<itemtype> を返すか、必須パラメーター (int startRowIndex、int maximumRows、int totalRowCount) をすべて受け取る必要があります。</itemtype>
Unlocalized message
When the DataBoundControl has paging enabled, either the SelectMethod should return an IQueryable<itemtype> or should have all these mandatory parameters : int startRowIndex, int maximumRows, out int totalRowCount</itemtype>
Search by Google