Stefan [MSFT]
Guest
|
Posted:
Mon Jan 10, 2005 5:58 pm Post subject:
Re: url parameters and switch to edit |
|
|
Hi Nikolaj,
did you use the PropagateParameter method?
This should preserve the parameters.
Please also test if the problem occurs without my http module.
You might also need to install the following hotfix: 836895 with SP1a.
Cheers,
Stefan.
"Nikolaj" <Nikolaj@discussions.microsoft.com> wrote in message
news:892836CD-7085-4604-9C6A-146292590879@microsoft.com...
| Quote: | I'm using some url-parameters on my site. The problem is that they
disappear,
when I switch between edit and live mode.
I'm using Stefans fix for ugly mcms URLs. I'm not sure if this has any
influence..
My initial solution was to use hidden fields as a backup to the
url-parameters. The hidden fields are used if the url-parameters
dissappear
between postbacks. Now I can switch to edit and still have my information.
The problem now is that switch to edit is handled as a postback to the
same
page, and I can use my hidden fields. But switching back to live is not a
postback and both my parameters and hidden fields are gone.
Any suggestions?
Thanks. Nikolaj |
|
|