0

I had added HTML extender to the form and it was working fine. Now when I try to add confirmbutton extender it gives me an error saying "unknown server tag ....". When I remove the confirmbutton extender it is fine. Can it be cached? Also now I don't see it in my AjaxTookKit either. I changed from scriptmanager to ajaxToolkit:ToolkitScriptManager in the master file. I added the following in aspx page.

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

I have the following in config file.

        <add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
4

1 回答 1

0

好吧,似乎 HTML 扩展器正在被删除。我正在尝试使用 AjaxControlToolKit - 编辑器。我在编辑模板中添加了这个,在我有文本框的 itemtemplate 中。edittemplate 编辑器不绑定到数据,也不让我输入任何文本。

<custom:CustomEditor runat="server" ID="txtBanNotes" Content='<%# Bind("BannedInfo") %>' Width="37em" Height="10em"/>
于 2013-11-07T21:19:32.390 回答