HTML or code behind ?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
When a web page is open, the system will compile HTML or code behind first?
Best regards, Chee ken
-
When a web page is open, the system will compile HTML or code behind first?
Best regards, Chee ken
cheeken2u wrote:
When a web page is open, the system will compile HTML or code behind first?
Yes. ;) It will start compiling the aspx file, and as the page directive states that it inherits the code behind class, it has to compile that before it can contine to compile the aspx file. This is of course in the case that none of them has been compiled beforehand.
--- b { font-weight: normal; }