DataGrid won't page

  • Thread starter Thread starter Richard Thomas
  • Start date Start date
R

Richard Thomas

Hi,

I have a DataGrid which is populated by a DataAdapter getting data
from a stored procedure (on SQL Server 2k).

I've set the DataGrid to be pageable, and when I view the page in IE,
the paging controls come up, as does the correct data. However, when I
use the paging controls, it doesn't page to the next data.

I'm guessing that I'll need to change something to do with cursors,
but I'm reasonably new to .net programming, so I was wondering if
anyone could point me in the right direction?

Thanks in advance

Richard
 
Back
Top