有没有办法显示消息:“value * not allowed” 当用户在文本框中输入时。
FilteredTextBoxExtender不允许您输入值,但没有消息。
我可以使用Button_click,但这需要我对我的代码进行更改...我不想这样做。
不能将modalpopup和filtertextboxextender一起使用。
目前我正在使用此功能,但我无法收到消息
<cc1:FilteredTextBoxExtender ID="ext_Box_FilteredTextBoxExtender"
runat="server" Enabled="True" FilterMode="InvalidChars" FilterType="Custom" InvalidChars="*"
TargetControlID="up_Box">
</cc1:FilteredTextBoxExtender>
答案 0 :(得分:1)