|
Home > Archive > Microsoft Content Management Server > October 2006 > Ugly URL fix
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Jennifer 2006-10-23, 7:18 pm |
| I implemented the solution discussed in this post:
http://blogs.technet.com/stefan_gos.../22/458139.aspx
This seems to work, but I'm having an issue with retaining the Query
Strings and view/control state during Postbacks. Is there something
additional I should be doing with postbacks to retain these items?
It seems like I'm posting back to a different page, by changing the
form action for the postback.
Thanks,
Jennifer
| |
| Stefan [MSFT] 2006-10-24, 7:18 am |
| Hi Jennifer,
you are posting back to the same page.
Did you enable ASP.NET tracing to see if your query string parameters are
visible to ASP.NET?
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Jennifer" <jendrisc@gmail.com> wrote in message
news:1161629705.677472.306580@i42g2000cwa.googlegroups.com...
>I implemented the solution discussed in this post:
>
> http://blogs.technet.com/stefan_gos.../22/458139.aspx
>
> This seems to work, but I'm having an issue with retaining the Query
> Strings and view/control state during Postbacks. Is there something
> additional I should be doing with postbacks to retain these items?
>
> It seems like I'm posting back to a different page, by changing the
> form action for the postback.
>
> Thanks,
>
> Jennifer
>
|
|
|
|
|