Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,
Iam using Editor control toolkit
ASP.NET
<cc1:Editor ID="Editor1"  runat="server"  />


but when I upload my project on smarterasp.net
the page don't display
when I delete this editor, the page display correctly

Are there any files I should upload on smarterasp.net to display it ?
Posted

1 solution

Who told you there should be this tag prefix, "cc1"? Did yo define it anywhere? Do you have a line similar to the one below?
HTML
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor"
    TagPrefix="cc1" %>


—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900