I'm very new to ASP.NET MVC, but even more than that, I'm very new to web development in general. What I want to do is simple. I have a folder in my MVC project called /Content/Images where I have some images. I'd like for my controller to grab all the images in this folder, and send them to the view. The view will then render these images in a div, and add a Javascript function to them on their click event. So, my question basically is, how do you browse the files on the server in ASP.NET MVC.I'm very new to ASP.NET MVC, but even more than