Hello,
I'm running a rather complex dynamic portal without static aspx-pages.
Nearly everything gets rendered dynamically and on demand. So I'd like to do with your editor control.
I already bought a licence some months ago. After disassembling parts of the .NET-Framework I got it. I had to use a dummy server form (functions as the form runat=server but does not render a form to the client output stream).
well, this hack worked just fine until I migrated to .NET 2.0.
So here my question: is there an easy way to work around viewstates and rendering the control dynamically calling its rendercontrol-method? which control events have to be called before? what else should I recognize?
All I get now is a nonfunctional editor looking quite the same but with a javascript error saying "CuteEditorClientClass is undefined". I don't understand, since I have a form runat=server wrapper and I call the control's onload events etc. What else did I forget?
Is there some fixes I need since V5.2 for using it with .NET2.0? I just downloaded V5.3.
I'd be happy if you helped me.
kind regard,
matt