Home All Groups Group Topic Archive Search About

Partial Class question

Author
28 Feb 2006 5:34 PM
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?

Author
1 Mar 2006 6:33 AM
Lloyd Dupont
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>
Show quote
"Evian Spring" <evian_spr***@canada.com> wrote in message
news:1141148062.942953.180180@i39g2000cwa.googlegroups.com...
> 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?
>

AddThis Social Bookmark Button