Distinguish between Codebehind and Src

Distinguish between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"?

E

Expert

Verified

Visual Studio employs Codebehind attribute to differentiate page source also of programming logic from design. Moreover the Src attribute compose the page to compile on each and every call. This is the page which will not be accumulate in advance and stored in bin as a dll instead it will be accumulate at run time.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.