Customizing the Ajax Html Editor

Posted by kiran826 on Stack Overflow See other posts from Stack Overflow or by kiran826
Published on 2010-04-24T06:21:46Z Indexed on 2010/04/24 6:23 UTC
Read the original article Hit count: 241

Filed under:

Hi,

I am working on customizing the ajax html editor. I got succeded when i use VS 2008/10 selecting the "Web Site" as the template to create my asp.net application. But the same is not working when i create an asp.net application with Web Applications as the template.

The problem i am facing here is, when we try to customize any editor, we will create a custome class "MyCustomeEditor", using which we will create the customized editor on our webforms. This is working fine when i am working with Web Sites. In web application, it is not even trying to identify the control, ie, is not a server tag.

If, anyone knows any solution how to troubleshoot this problem, please shread some information on this.

Thanks, Kiran

© Stack Overflow or respective owner

Related posts about ajaxcontroltoolkit