-------
Regards ,
C#, VB.NET , SQL SERVER , UML , DESIGN Patterns Interview question book
http://www.geocities.com/dotnetinterviews/
My Interview Blog
http://spaces.msn.com/members/dotnetinterviews/
Sorry for prev post i thought ASP inline and ASPX behind code
aspx.cs file is compiled to separate class which derives page
class.This compiled class is then inherited by the class generated from
the .aspx file by the page parser,Whereas in inline coding where cs and
html are embedded, the aspx file is compiled to separate class which is
inherited by page class.
Regards,
Satheesh