S
Shiva Ramani
Though there are several blogs/Q&A's on inline or codebehind debate, I would
like to know the compilation model or the process thats happenign when we use
Inline or code behind in ASPX. Would it be right to say Inline and
code-behind code are executed on the Web server. Inline code is JIT compiled
at run time and code-behind code is precompiled.
Thanks
like to know the compilation model or the process thats happenign when we use
Inline or code behind in ASPX. Would it be right to say Inline and
code-behind code are executed on the Web server. Inline code is JIT compiled
at run time and code-behind code is precompiled.
Thanks