The difference is in the programming model, in separation of code and design and in the separation of concerns.
Search for "ASP.NET code-behind" or take a look at : http://en.wikipedia.org/wiki/ASP.NET#Code-behind_model http://support.microsoft.com/kb/303247 On Oct 8, 11:29 am, Suraj <[email protected]> wrote: > All, > In aspx pages, we have the code in the same file ( in source view) or in the > code behind (in .cs file). > > What is the difference in these two? One difference I found was that complex > coding should be done in cs file. > > Any other inputs?? > Regards, > Suraj
