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