FreeTextBox使用
摘要:
使用FreeTextBox控件时,需要在页面中设置ValidateRequest="false",如果运行报错的话,还需要在配置文件<System.Web>标签下添加<pages pageBaseType="System.Web.UI.Page" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/> <httpRuntime requestValidationMode="2.0"maxR 阅读全文
posted @ 2012-06-27 17:44 若灵思源 阅读(137) 评论(0) 推荐(0) 编辑