Inline & Codebehind Code
Inline Code is mixing client and serverside code on the same page like HTMLandJavaScript. So precompilation is no need.
CodeBehind .aspx separately only for serverside code. So it provides good performance than inline code. Why because CodeBehind needs to be compile in advance.
Article Author: Rajesh Rolen.
Inline & Code Behind code in Asp.net
Posted by
Rajesh Rolen
at
Tuesday, February 2, 2010
Labels: ASP.NET , ASP.NET Interview Questions
1 comments:
Very good article. sir can you please tell me about Inline function in c++
Post a Comment