Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » asp.net mvc   (RSS)
Sorry, but there are no more tags available to filter with.

Organizing Legacy Pages Into Controllers, Actions and Views

I've been asked to refactor a number of run-of-the-mill ASP.NET pages to use ASP.NET MVC. Here is part of the application's file structure: ~/UserAccount/ /Login.aspx /Register.aspx /UpdateProfle.aspx /UserProfile.aspx The Login.aspx page has already
Posted by Drew Miller | 1 Comments
Filed under:

How To Create an HTML Helper for ASP.NET MVC

If you've spent some time with ASP.NET MVC (part of the recently released ASP.NET 3.5 Extensions Preview ), you've probably done something like this in a view: <% = Html.ActionLink( "TheLinkText" , new { controller = "TheController"
Posted by Drew Miller | 6 Comments
Filed under:
 
Page view tracker