H
Hiten
Is it possible to have more code behind file but that file will have
same class in way of partial class,
Default
Structure I
--------------
Homepage.aspx
+ Homepage.aspx.cs (this .cs file will have "Homepage" class
which is partial)
Can we have more file in code behind which has partial implementation
of the same Class
Structure II
----------------
Homepage.aspx
+ Homepage1.aspx.cs (this .cs file will have "Homepage" class
which is partial)
+ Homepage2.aspx.cs (this .cs file will have "Homepage" class
which is partial)
+ Homepage3.aspx.cs (this .cs file will have "Homepage" class
which is partial)
Is above Structure II is possible in Asp.Net??
same class in way of partial class,
Default
Structure I
--------------
Homepage.aspx
+ Homepage.aspx.cs (this .cs file will have "Homepage" class
which is partial)
Can we have more file in code behind which has partial implementation
of the same Class
Structure II
----------------
Homepage.aspx
+ Homepage1.aspx.cs (this .cs file will have "Homepage" class
which is partial)
+ Homepage2.aspx.cs (this .cs file will have "Homepage" class
which is partial)
+ Homepage3.aspx.cs (this .cs file will have "Homepage" class
which is partial)
Is above Structure II is possible in Asp.Net??