本文介绍了未知的服务器标签'asp:AjaxFileUpload'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





这里我的问题是我在托管我的页面时遇到了解析错误但是如果有任何建议可以帮助我,它在本地运行没有任何错误...





这里我的代码是:



Here My problem is I got parse error when i host my page but it's run locally without any error if have any suggestion help me...


Here My Code is:

<asp:AjaxFileUpload ID="AjaxFileUpload1" runat="server" OnUploadComplete="File_Upload" AllowedFileTypes="jpg,jpeg,png,gif" MaximumNumberOfFiles="5" />



谢谢!


Thank You !

推荐答案

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>




这篇关于未知的服务器标签'asp:AjaxFileUpload'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 20:58