I created a ASP.NET project which calls a DAL class I wrote, to retrieve data to display on the page, most of the heavy lifting is in the DAL class.
As you can see, it pretty straightforward, although I do have some minor validation code in my aspx page.
Question here is that: how can I convert this project into a MVC pattern?