Thursday, March 22, 2012

THE FULL CLASS

hello, i'm kinda new to ASP.NET and web development

i've read that when i write behind-code for an .aspx file it's just a partial class

is there a way to read the content of the other partial class that contains the components' declarations?

Hey,

That part of the component is generated in your Temporary ASP.NET Files (under the windows\framework\<version>) folder for your application, which is where your ASP.NET pages are compiled. This was a feature meant to make it less of a coding effort. You can still access the objects in your code-behind page without those declarations.

I don't know if the web application project template does this or still includes the controls as in 1.1...

0 comments:

Post a Comment