Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:programming:asp.net:asp_dot_net_notes [2007/07/24 17:21] – external edit 127.0.0.1 | docs:programming:asp.net:asp_dot_net_notes [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 24: | Line 24: | ||
* The ASP.NET engine reads the file, line by line, and executes the scripts in the file | * The ASP.NET engine reads the file, line by line, and executes the scripts in the file | ||
* Finally, the ASP.NET file is returned to the browser as plain HTML | * Finally, the ASP.NET file is returned to the browser as plain HTML | ||
+ | |||
+ | ===== Key Points ===== | ||
+ | * you cannot use more than one language in a single ASP.NET page | ||
===== External Links ===== | ===== External Links ===== |