使用FreeTextBox时,当将word中的文字直接复制到FreeTextBox中,再向数据库中提交的时候提示错误
摘要:解决方法添加如下代码string strTemp = FreeTextBox1.Text.Replace("\"", "").Replace("'", "");Admin.SaveAnswer("", strTemp, "");
阅读全文
posted @ 2007-06-04 07:14
posted @ 2007-06-04 07:14