Designer generated code

  • Thread starter Thread starter nakhi
  • Start date Start date
N

nakhi

Hi,
I once use Web Matrix to write aspx, now I switch to VS.NET, thus have some
question.
in VS.NET, there is code secion called "Designer generated code", Is it run
at compile time(Aspx to DLL), or it is just a part of business logic that is
run like other code in Subs.

When u make some object like SQLconnection in designer window, some code
was added in that secion, these code include some logic.

Thanx
Nakhi
 
It's just like the rest of the code in the class, other than the fact that
the Designer generated it, rather than you.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.
 
Back
Top