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?