Difference between src and Code-Behind

Src: is a way mention the name of the code-behind class to dynamically compile on the request for a page.
Code-behind: is the logic written behind the UI design file. It specifies the name of the compiled file that contains the class. Code-behind attribute is only used for.Net.

0 comments: