Browse by Tags

All Tags » ASP.NET MVC (RSS)

ASP.NET MVC 2 : The view 'Index' or its master was not found by REA_ANDREW

I was literally setting a new project yesterday to have a play with the released version of ASP.NET MVC 2 and came across a subtle couple of things which when you know, like everything, is easy. I am creating a small test application which is another...
Filed under:

A BinaryContentResult for ASP.NET MVC by REA_ANDREW

Today in work I had a requirement where I wanted to output binary content to the response output stream.  I also want to stay with the MVC Controller for serving this content and so wanted a result I could add my data to and return it.  To my...
Filed under: , ,

Creating an Extended Content Result for ASP.NET MVC by REA_ANDREW

I had a requirement on a small home project I am working on, where I need to add some more information to a content result than was there.  More specifically I had to add the status code and also have access to the response header collection. ...
Filed under: , ,

ASP.NET MVC "Pager" HTML Helper by REA_ANDREW

So I am building my own custom blog using the ASP.NET MVC Framework, and I have been working on the paging aspect.  I will be going into more detail how i achieved this but for now, I am publishing a HtmlHelper I have made which has helped me, believe...

A Simple MVC Preview 3 Contact Form, Custom HtmlHelper and Model Example by REA_ANDREW

I have just recently designed a site for a client and decided to use MVC for it.  I think above all the best thing I enjoy about it, is the clean markup that is outputted.  Of course I also have great administration for the work and effort that...
More Posts