I had FCKEdit v2 beta working fine in my aspx/ascx pages and controls.
I have implemented the RC1 version in the same manner. Control renders fine, and handles value assignment fine.
Problem is when I submit the form (using form runat="server"), the control's value does not show changes made within the control.
I am declaring the control in html, nothing fancy at runtime.
Has anyone used this version yet in postback forms?
Thanks,
Elliot
I have implemented the RC1 version in the same manner. Control renders fine, and handles value assignment fine.
Problem is when I submit the form (using form runat="server"), the control's value does not show changes made within the control.
I am declaring the control in html, nothing fancy at runtime.
Has anyone used this version yet in postback forms?
Thanks,
Elliot
RE: RC1 in aspx/ascx
Solution...
I reverted it back to beta 2, using UniqueID instead of ClientID.
This was only an issue when used within custom user controls.
I will post a support request with suggested fix.
RE: RC1 in aspx/ascx