Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Updated 21-Oct-13 6:01am
v2
Comments
[no name] 24-Oct-13 6:49am    
you can use WebGrid HTML helper

1 solution

Followed this article with few syntax changes to get compatible with MVC2:


http://www.dotnetcurry.com/ShowArticle.aspx?ID=807[^]


This helped me a lot, since i am new to MVC i had not idea of webgrid HTML helpers, sorry. I couldnt find much help online either with the same.

Anyways, thanks and just thought of posting the info what i found was helpful.

-MT
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900