I am using ck editor in my asp.net page.I have a problem with it the ckeditor doesnt work for me . I have updatepanel and i开发者_StackOverflow中文版nside it i have a detailsview. I need to place my ckeditor in insert and edit templates of the detailsview. But when I open the webpage i could see that the ckeditor is not loading.
I have added the ckeditor folder and added the javascript file
Also I have added
<script type="text/javascript">
if (CKEDITOR.instances('TextBoxArticleBody')) {
CKEDITOR.instances['TextBoxArticleBody'].destroy();
}
CKEDITOR.replace('TextBoxArticleBody');
</script>
Can some one guide me please .
Thanks
精彩评论