Unknown server tag “ajaxToolkit:HtmlEditorExtender”

后端 未结 2 1648
孤城傲影
孤城傲影 2021-01-14 16:57

I am using ajaxcontrols and in that all controls are working well But I had not found any of the control named as HtmlEditorExtender so I had just copied this tag in .html p

2条回答
  •  孤街浪徒
    2021-01-14 17:26

    add

        <%@ Register
    Assembly="AjaxControlToolkit"
    Namespace="AjaxControlToolkit.HTMLEditor"
    TagPrefix="HTMLEditor" %>
    

    add folowing tag in your web.config

    
    
    
    
      
        
      
    
    

    and in page

    
    

提交回复
热议问题