问题描述
在我的MVC2内联网网站应用程序中,这是我想要实现的目标,请指导我采取正确的方法。
1.显示这些列的简单网格 - 文件名,文件下载路径,文件大小,文件最后修改日期
2.以上所有字段均为文件属性并从Web应用程序本身的特定位置文件本身。例如:测试appname / App_Data / Repository / CorpDocs *文件夹
我已经在线研究了这个特定的场景,我看到了一些Jquery插件但没有一个与我需要的东西匹配。请给我一些建议,因为这是我的第一个MVC应用程序。
使用VS 2008,MVC2 Intranet Windows身份验证,C#3.5,IIS6.0
非常感谢,
MT
Hi,
In my MVC2 Intranet website application this is what i would like to achieve and please direct me towards right approach.
1.Simple grid that displays these columns- file name, file download path, file size, file last modified dates
2. All the above fields are the file properties and files itself from a particular location on the web application itself. Ex: Test appname/App_Data/Repository/CorpDocs* folder
I have researched online for this particular scenario and i saw few Jquery plugins but none matched to what exactly i needed.Please give me some suggestions as this is my first MVC application.
Using VS 2008, MVC2 Intranet Windows authentication, C#3.5, IIS6.0
Thank you so much,
MT
推荐答案
这篇关于使用MVC2显示包含来自webserver目录的文档列表的网格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!