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

  •  01-14-2006, 8:17 PM

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

    Hello,

    when setting the language programatically (.NET 2.0) like this for example:

    Page_Load
      Editor1.CustomCulture = "de-DE"
    ...

    and then clicking the SAVE Button, the event for PostBackCommand is not fired.

    Regards
    J.Bauer

View Complete Thread