swilson
Posts: 84
|
| Posted: 03/04/2006, 12:45 PM |
|
Is there an easy way to deal with accumulating and unwanted URL sort parameters like ...&AdvIDDir=Asc...
After linking between pages, I get a whole string of useless parameters.
Presently, I use remove parameters to drop them, but this is a tedious undertaking with pages that have several forms. Preserve parameters = none is not an option since I have parameters I want to keep.
I would like to do without grids adding this junk to my page transfers at all.
_________________
It continues to amaze me, how often the solutions to seemingly complex problems are so very simple. |
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 03/05/2006, 7:48 AM |
|
swilson
Based on your statement and what I know about CCS 3.x there is no easier way. I think that you will be stuck with the remove parameters. The only other suggestion I can think of is a restructuring of your screens to make use of less parameters (which could mean more screens but with less parameters). Just my two cents.....
|
 |
 |
|