dexter
Posts: 6
|
| Posted: 11/10/2006, 6:20 PM |
|
When I put a page navigator on a grid for example, and the page uses url parameters, how do I get the navigator to remove all other url parameters?
I played around with preserve and remove url parameters, but I can't get rid of them completely. There are still remnants of the url parameters.
Eg a page is called with ?param1=xyz
I click Next Page in the navigator. The page is now called with ?xyzPage=2
The 'xyz' seems to be left over from the previous request. Has anyone else seen this behaviour, or should I contact support?
|
 |
 |
Oper
Posts: 1195
|
| Posted: 11/10/2006, 7:26 PM |
|
Dont use GET or POST, if you want to clear all parameter.
leave that property Empty
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
dexter
Posts: 6
|
| Posted: 11/11/2006, 1:22 AM |
|
I have set that property to None, and it's still happening. That's why I'm asking if anyone else has seen this behaviour.
|
 |
 |
Oper
Posts: 1195
|
| Posted: 11/11/2006, 9:05 AM |
|
oh i knwo what you mean now.
you dint change the GET /POST from navigator, just to teh page. navigatort will keep all other parameters.
Navigator dont have a GET/POST/None Property, if you really need to do this, you will need to change Manualy no hard to modify. and only the WhateverPage=2 will remain
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Oper
Posts: 1195
|
| Posted: 11/11/2006, 9:52 AM |
|
Actualy this one work better i didnt know it actualy was psoible, just read the source code
(Onbefore Show the Navigator)
Formname.Navigator.QueryString=""
you coudl remove specif parameter only too using similar aproach
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
dexter
Posts: 6
|
| Posted: 11/11/2006, 5:24 PM |
|
Thanks I'll give it a try.
|
 |
 |
|