Rene
|
| Posted: 09/12/2002, 6:16 AM |
|
Hi,
Hope you guys/girls can help me. I've made a searchform with a resultgrid on the same page. Number of results are limeted to 10 per page. In the resultgrid one of the fields is a link wich passes an Id to a details page. So far so good. If there are more then 10 results I can go to the next page using the navigator. The link on the first resultspage works fine and gets me to the desired details page, however the link on the second resultspage ( if more than 10 results ) does not work on the second resultpage. Any ideas?
I use CCS 1.0.7,XP pro and IIS 5
Thanks
|
|
|
 |
Nicole
|
| Posted: 09/15/2002, 11:40 PM |
|
Rene,
how exactly the link on the second page doesn't work? Do you mean that ID field value is not added to url?
|
|
|
 |
Rene
|
| Posted: 09/17/2002, 2:39 AM |
|
Nicole,
The Id field value is added to url, but if I click on the navigator part to go to the second resultspage, click on a link there, then I get this url: xx/detail.asp?tabel1_hoofdgroPage=2&tabel1_id=165 and then it tells me that no records were found. This works when tabel1_hoofdgroPage=1&tabel1_id=435 but not if I go to page 2.
So Id field value gets added and a "navigatorpage value" but it only works if navigatorpage value=1. However if I change "preserve parameter" to none it also works on second and third etc. page. So I do that now, but don't now why that works.
Thanks,
Rene
|
|
|
 |
|