在 ASP.NET MVC 中使用 IZWebFileManager 服务器控件
我正在开发 ASP.NET MVC 3 项目,需要在那里使用 IZWebFileManager 。这是 ASP.net 服务器控件,它在 WebForms 中运行良好。即使我在 mvc 项目中包含 1 个 webform。但是如何在MVC的Views中使用它呢?将 runat="server" 添加到页面顶部并添加 runat="server" 没有帮助的表单。有什么想法吗?
I'm working on ASP.NET MVC 3 project and need to use IZWebFileManager there. This is ASP.net server control and it works well in WebForms. Even if i include 1 webform in mvc project. But how to use it in Views of MVC? adding runat="server" to head of the page and adding form that runat="server" dont help. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IZWebFileManager 被设计为 ASP.NET WebForms 控件,并使用 ASP.NET 2.0 的 CallBack 功能。
这样的设计不支持ASP.NET MVC。
IZWebFileManager is designed as ASP.NET WebForms control and uses CallBack feature of ASP.NET 2.0.
Such design does not support ASP.NET MVC.