G
Guest
Ok, I asked this question before and I also looked at the book "First Look
at ASP.NET 2.0"
I also read Paul wilson's web page explanation. HOWEVER......
The book and that web page talks about partial types and that IF you have a
Extends keyword, I think, before the class name AND the same Namespace, .NET
will automatically compile the rest of the class that is located in another
file.
However, I want to know just exactly how is .NET going to find that OTHER
file......
There is the .aspx page that has the complieswith attribute and some other
attribute that can as before look for the CodeBehind file.
However, just exactly how does .NET find the other FILE????????
Does it search first and READ every single FILE in the same directory and
work it's way out to the other files within the application to find a class
name and namespace that matches?
at ASP.NET 2.0"
I also read Paul wilson's web page explanation. HOWEVER......
The book and that web page talks about partial types and that IF you have a
Extends keyword, I think, before the class name AND the same Namespace, .NET
will automatically compile the rest of the class that is located in another
file.
However, I want to know just exactly how is .NET going to find that OTHER
file......
There is the .aspx page that has the complieswith attribute and some other
attribute that can as before look for the CodeBehind file.
However, just exactly how does .NET find the other FILE????????
Does it search first and READ every single FILE in the same directory and
work it's way out to the other files within the application to find a class
name and namespace that matches?