This is a migrated thread and some comments may be shown as answers.

Basic steps to add RAD Editor Control

2 Answers 58 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shans
Top achievements
Rank 1
Shans asked on 27 Apr 2009, 01:13 PM
Hi,

Could you please explain me what are all the basic steps i need to do to work with Edit Control, like Add assembly tag in web.config, add resource and Java script files to App_data within my project folder. Could you please explain me with some example will help me a lot. 

Awaiting for your reply.

Thanks in Advance.

Thanks and Regards,
Shankar. M

2 Answers, 1 is accepted

Sort by
0
ManniAT
Top achievements
Rank 2
answered on 28 Apr 2009, 12:37 PM
Hi Shankar,

it depends on the tool you work wiht.
If you use VisualStudio - simply drag the control from the toolbox to you page.
The control adds the entries to web.config - and there is no need for scripts / resources - they are included in a compiled resource file. The ref to this file is also added to your web.config by dragging the editor to the page.
One thing to note: the page must be an ajax page - if it is not drag a scriptmanager to your page.
By the way - if you miss this step - you will get an error message which tells you what to do.

HTH

Manfred
0
Shans
Top achievements
Rank 1
answered on 01 May 2009, 02:54 PM
Hi ManniAT,

Thanks for your reply.

I managed to get the code worked :)

Best Regards,
Shankar. M
Tags
Editor
Asked by
Shans
Top achievements
Rank 1
Answers by
ManniAT
Top achievements
Rank 2
Shans
Top achievements
Rank 1
Share this question
or