Re: When using programatically Editor.CustomCulture = "de-DE" and clicking SAVE-Button, the event PostBackCommand is not fired.

  •  01-16-2006, 4:53 PM

    Re: When using programatically Editor.CustomCulture = "de-DE" and clicking SAVE-Button, the event PostBackCommand is not fired.

    Hello,
     
    when I insert the line in the Page_Load:

    AddHandler Editor1.PostBackCommand, AddressOf Editor1_PostBackCommand

    it still doesn't work! Editor1_PostBackCommand will not be fired.
    Can you please try my code?


    It only works when I delete in Page_Load
    Me.Editor1.CustomCulture = "de-DE"
    and add CustomCulture = "de-DE" in the default3.aspx file.
     
     
    Why doesn't it work when I set the CustomCultur dynamically?

    Regards,
    J. Bauer
View Complete Thread