|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Partial Class questionIn .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 -- Show quoteRegards, Lloyd Dupont NovaMind development team NovaMind Software Mind Mapping Software <www.nova-mind.com> "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? > |
|||||||||||||||||||||||