Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
When using programatically Editor.CustomCulture = "de-DE" and clicking SAVE-Button, the event PostBackCommand is not fired.
When using programatically Editor.CustomCulture = "de-DE" and clicking SAVE-Button, the event PostBackCommand is not fired.
01-14-2006, 8:17 PM
joergbauer
Joined on 01-13-2006
Posts 207
When using programatically Editor.CustomCulture = "de-DE" and clicking SAVE-Button, the event PostBackCommand is not fired.
Reply
Quote
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