04-27-04 08:35 AM
Hi Jan,
first of your redirect is strange as you don't do a redirect to the Url but
to the posting object.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jan Lathouwers" <lathouwers.jan@pandora.be> wrote in message
news:f20274d3.0404262256.4d33f339@posting.google.com...
> Hi Stefan
>
> I'm probably doing something wrong but the following code doesn't seem
> to work:
>
> private void EnglishButton_Click(object sender, System.EventArgs e)
> {
> CmsHttpContext.Current.PropagateParameter("lang","eng");
> Response.Redirect(CmsHttpContext.Current.Posting.ToString());
> }
>
> What do I try next?
>
> I'm trying to put a language chooser on every page through a custom
> control and depending on the "lang" parameter I hide or show some
> controls.
>
>
> "Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:<ewtO8g9KEHA.1144@TK2MSFTNGP12.phx.gbl>...[vbcol=seagreen]
to[vbcol=seagreen]
rights.[vbcol=seagreen]
[ Post a follow-up to this message ]
|