dwelsh
|
| Posted: 12/03/2002, 8:52 AM |
|
I am working on a BookStore type website.
Is there a way to force the page number to be displayed without using a navigator components.
http://sales.whalenco.com/
As you can see on the main page. I have 3 columns of products. there are only 17 total, so I would like 6 in each column.
I set the page size to 6.
Can I programically tell the second grid to display page 2 instead of page 1?
|
|
|
 |
Mehmet Ozdemir
|
| Posted: 12/03/2002, 2:14 PM |
|
Assuming your using ASP just pass the following on the URL
NameOfYourGridPage=2 or NameOfYourGridPage=3 etc etc
so all your doing is adding "Page=2" to the querystring after the name of the grid.
|
|
|
 |
|