During work, I discovered that the pager that I created a while ago didn’t work properly when using ASP.NET MVC2 area’s. The links that were generated didn’t count for the current area that the controller and views were in, resulting in wrong urls. Luckily the ASP.NET MVC team also ran into this issue and created [...]
Categories: ASP.NET MVC
Tagged: Area, ASP.NET MVC, Paging
- Published:
- January 27, 2010 – 7:27 pm
- Author:
- By martijn
This post briefly describes a solution to mix ASP.NET WebForms and MVC in one project. You can download a sample project that might be more useful than my ramblings. Download the sample here, unzip, open with VS 2008 SP1 and hit F5.
There are lots of ‘legacy’ ASP.NET WebForms applications out there in the wild. What [...]
Categories: ASP.NET MVC
Tagged: Area, ASP.NET MVC, Sample, WebForms
- Published:
- June 3, 2009 – 10:40 pm
- Author:
- By martijn