Hi,
I am installing the RadEditor in an existing .net application with is on MOSS. I have added the RadEditor control to the user control page and added the assembly reference along with the
I am installing the RadEditor in an existing .net application with is on MOSS. I have added the RadEditor control to the user control page and added the assembly reference along with the
<asp:ScriptManager ID="ScriptManager1" runat="server" /> to the top of the User Control.
When I run the application, I get the following error:-
The control with ID 'reDescriptionTextBox' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
but I know that the scriptmanager declaration (above) is positioned before the RadEditor control.
Any assistance would be appriciated.
Regards
When I run the application, I get the following error:-
The control with ID 'reDescriptionTextBox' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
but I know that the scriptmanager declaration (above) is positioned before the RadEditor control.
Any assistance would be appriciated.
Regards