function InsertHTML() {
CKEDITOR.instances['<%= CKEditor1.ClientID %>'].insertText('Your Text');
return false;
}
Reference: Muthukumar (http://nadarmuthukumar.blogspot.in)
Hope you liked this post, also let me know your thoughts on the post through your valuable comment.
Thank y...