Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/74.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法将数据检索到编辑器AjaxControlToolkit C#_C#_Jquery_Asp.net_Ajax - Fatal编程技术网

无法将数据检索到编辑器AjaxControlToolkit C#

无法将数据检索到编辑器AjaxControlToolkit C#,c#,jquery,asp.net,ajax,C#,Jquery,Asp.net,Ajax,我使用asp.NET4.5,并使用ajax创建发布新闻的项目 AjaxControlToolkit NET45 发布时的数据没有任何问题,保存到数据库是否成功 检索到标签时的数据是否没有问题?但当我想检索编辑器时,框不能显示并检索为空?为什么?我想通过检索新编辑框更新我的新闻 show file.aspx 我想将检索数据设置为编辑器内容?要将它们更新到数据库吗 当我发布editor.content=“example any string”;在页面中,加载函数是post,没有问题吗?但是当数据p

我使用asp.NET4.5,并使用ajax创建发布新闻的项目 AjaxControlToolkit NET45

发布时的数据没有任何问题,保存到数据库是否成功

检索到标签时的数据是否没有问题?但当我想检索编辑器时,框不能显示并检索为空?为什么?我想通过检索新编辑框更新我的新闻

show file.aspx

我想将检索数据设置为编辑器内容?要将它们更新到数据库吗

当我发布editor.content=“example any string”;在页面中,加载函数是post,没有问题吗?但是当数据post to content into file.aspx为post空时

为什么

海洋数据


所有字段都是从数据库发布数据,但内容我的新闻无法发布到编辑器我使用“将我的内容新发布到标签”成功,您可以显示数据内容?

将您的工作显示为文本,而不是图像。如何将内容检索到编辑器框中?