A
Alex Agranov
When the book talks about how ASP.NET allows you seperate content(ASPX) and
program-logic(code-behind), isn't this really just a syntactical conceit?
After all, the ASPX file is parsed with the code-behind to generate a new
derived class that will be the actual one instantiated by the HTTP Handler
and rendered.
program-logic(code-behind), isn't this really just a syntactical conceit?
After all, the ASPX file is parsed with the code-behind to generate a new
derived class that will be the actual one instantiated by the HTTP Handler
and rendered.