Partial Class question

  • Thread starter Thread starter Evian Spring
  • Start date Start date
E

Evian Spring

In .Net 2.0, the code behind of my ASPX page are Partial Class. I
assume it is because the .Net generated code must be in a different
file.

Is this correct and where would I be able to see the generated code if
it is available?
 
It is automatically generated (fromthe .aspx) & compiled by IIS, when the
page is requested.
If you want to see it you make a deployment project and decompile the code
with, for exemple, reflector

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
Back
Top