andym_1
Posts: 3
|
| Posted: 11/13/2006, 8:33 AM |
|
I am having an issue with the page navigator. I have a grid using the page navigator and record for editing. If you just use the page navigator everything is fine. But, If you go to a page other than the first page and click on a record in the grid and then navigate back to the first page all of the links on the first page now point to the page you were just at. This is only happen with the first page. It looks like the querystring is not getting set properly. Any idea on how to fix this? Thanks, Andy
|
 |
 |
Edd
Posts: 547
|
| Posted: 11/13/2006, 1:36 PM |
|
Verify that the name of the grid(s) and forms are NOT the same on all pages.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
andym_1
Posts: 3
|
| Posted: 11/14/2006, 7:21 AM |
|
More Information: I am creating this for ASP.NET 2.0 C#. I am using the Grid and Record Builder, so they are on the same page. They get named differently automatically, I checked.
To reproduce the error: Create a new page and use the Grid and Record Builder. Publish and view live page. Navigate away from page one in the grid to any other page. Select a record to edit. Then Navigate back to page one in the grid. Now select a record to edit. The correct record will display in the form, but the grid will navigate to the last page you were at when you selected a record to edit. You can see the page number in the querystring. The correct page number always appears until you go back to page one. This is the error I'm having. Is there a way to set the page to (1) in the querystring? Because it is definitely not getting set for page one.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 11/14/2006, 9:49 AM |
|
andym_1
It's what Edd said
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
andym_1
Posts: 3
|
| Posted: 11/14/2006, 10:32 AM |
|
I have created a new project with one page that contains a grid and a form. The page, the grid, and the form all have different names. And I still have this issue. It does not appear to have anything to do with control names.
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 11/14/2006, 2:25 PM |
|
I would check with support.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |