我正在尝试在表单的edittemplate中使用自定义编辑器。无论出于何种原因,它都不会显示绑定到该字段的数据,也不允许我在其中输入任何文本。我有VS2012(asp.net)和sqlserver 2008r2。
这就是我在我的领域中在编辑模板中的样子。
<custom:CustomEditor runat="server" ID="txtBanNotes" Content='<%# Bind("BannedInfo") %>' Width="37em" Height="10em" BorderStyle="Solid" BorderColor="Black" BorderWidth="1px" Enabled="true" />
不确定我还需要什么或如何使其发挥作用。
由于
答案 0 :(得分:0)
重新安装了Ajax工具包,现在工作正常。