src Versus codebehind

  • Thread starter Thread starter varun_789
  • Start date Start date
V

varun_789

hello friend,

while developing an application, i encountered a subtle
point.

for a aspx page, what is the difference between src
property and
codebehind property ?

src stands for code-behind class to compile where as
codebehind stands for code-behind class to design.

regards.
 
Back
Top