G
gh
I am using .net 2.0 and have a gridview, with the pager set to 10
records per page. I had a data list setup that displayed the contents
of a record in one column. I wanted to be able to use a pager, to
control the number of records per page, so I copied the template over
to a gridview and pasted it into the gridview item template. When I run
the web app. it displays the first 10 records as expected, but when I
click on the pager to goto the next page or another, the pages are
empty. Also I the pager selection count displays 1 through 10 and if I
click the next arrow after 10, nothing happens. Is the gridview
supposed to work, when displaying records in a cell this way?
TIA
records per page. I had a data list setup that displayed the contents
of a record in one column. I wanted to be able to use a pager, to
control the number of records per page, so I copied the template over
to a gridview and pasted it into the gridview item template. When I run
the web app. it displays the first 10 records as expected, but when I
click on the pager to goto the next page or another, the pages are
empty. Also I the pager selection count displays 1 through 10 and if I
click the next arrow after 10, nothing happens. Is the gridview
supposed to work, when displaying records in a cell this way?
TIA