我用了第三方控件freetextbox,但是不能复制word中的内容

我在页面中添加了第三方控件freetextbox,要编辑内容,填充数据库,当我复制一些word中编辑好的内容时,提交不上报错,这是怎么了??ServerErrorin'/... 我在页面中添加了第三方控件freetextbox,要编辑内容,填充数据库,当我复制一些word中编辑好的内容时,提交不上报错,这是怎么了??

Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
我按照上面的错误改了也不行

“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------

'Times' 附近有语法错误。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Data.SqlClient.SqlException: 'Times' 附近有语法错误。

源错误:

行 27: cmd.Connection = new DBCon().getCon();
行 28: cmd.CommandText = sql;
行 29: cmd.ExecuteNonQuery();
行 30: }
行 31:

源文件: c:\Documents and Settings\Administrator\桌面\wst\App_Code\Execsql.cs 行: 29

堆栈跟踪:

[SqlException (0x80131904): 'Times' 附近有语法错误。]
System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +269
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +135
Execsql.execSqlNoneQry(String sql) in c:\Documents and Settings\Administrator\桌面\wst\App_Code\Execsql.cs:29
admin_addproduct.Button1_Click(Object sender, EventArgs e) in c:\Documents and Settings\Administrator\桌面\wst\admin\addproduct.aspx.cs:37
展开
 我来答
toopcn
2009-04-15
知道答主
回答量:60
采纳率:0%
帮助的人:0
展开全部
单引号'换成二个单引号'' 或一个双引号"

这个是因为'提前把sql命令中如 username='abcd' 提交结尾掉的原因,比如别人输入了 ab'cd 就变成了 username='ab'cd' 了
jvtc_2959
2009-04-15
知道答主
回答量:18
采纳率:0%
帮助的人:0
展开全部
看看,没找到原因...
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友02129d9
2009-04-15 · TA获得超过328个赞
知道小有建树答主
回答量:235
采纳率:0%
帮助的人:181万
展开全部
很复杂啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式