Sapna Malik
Difference between SRC and Code-Behind.
By Sapna Malik in ASP.NET on Sep 28 2009
  • Sachin Nikam
    Jan, 2016 12

    SRC contains how page will appear in browser and code behind contains server side code required for page processing

    • 0
  • ajay joshi
    Oct, 2009 9

    SRC specifies the source file name of the code-behind class to dynamically
    compile when the page is requested.

    CODEBEHIND specifies the name of the compiled file that contains the class
      associated with the page. This attribute is used by the Visual Studio

    • 0
  • gitanjali panda
    Oct, 2009 5

    We use SRC  when we use notepad or other text editor tool.Code behind is relevant to Visual Studio only.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS