If you want to allow HTML element as input from selected pages in your project than you set this page attribute.
<%@ Page ValidateRequest="false" %>This ValidateRequest="false" on each page. If you want in all pages in you project than make changes in Web.Config file. Add this tag In section.
If you are using .Net 4.0 than you have to make one more change in Web.Config file. Add this tag In section.
<httpRuntime requestValidationMode="2.0" />Here are configuration for do not validate request for all pages in .Net 4.0
<configuration>
<system.web>
<httpRuntime requestValidationMode="2.0" /> </system.web>
<pages validateRequest="false">
</pages>
</configuration>
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx