I am in the process of learning ASP.NET MVC and I am learning it by walking through nerd dinner application.
I am having trouble understanding the ASPX and ASCX files. The way of writing the code in ASPX files seems pretty weird (code is split in multiple lines).
Please can you suggest any online tutorial/guide/article which can explain how to write ASPX pages?
EDIT:
Another question: When a variable like “Request” of type HttpRequest is used in an aspx page, where does it come from? I mean where is the class, where is the variable declaration?
The first chapter of “Professional ASP.NET MVC 1.0” is free. This chapter will take you through creating the Nerd Dinner application. A copy of the first chapter is available from: http://aspnetmvcbook.s3.amazonaws.com/aspnetmvc-nerdinner_v1.pdf. Running through the tutorial should make getting up to speed a lot easier.