Using IZWebFileManager server control in ASP.NET MVC
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 开发者_StackOverflow中文版runat="server" to head of the page and adding form that runat="server" dont help. Any ideas?
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.
精彩评论