S
Scott M.
I am an experienced .NET 1.1 developer, but am just now looking at .NET 2.0
with Visual Studio 2005 Professional (SP1). I set up a basic ADO .NET ASP
..NET Web Application project and added a SQL Express database, an
application data source (to that SQL DB) and then dragged my SQL table onto
a blank ASP .NET WebForm and got a DataGridView created automatically. I
run the page and everything (including editing/deleting/paging) works fine -
pretty slick!
So, I open up the "designer" code file (not my code-behind) to see the
generated code, and to my surprise, all I see in this file are the object
instantiations for my page controls, but none of those controls underlying
code.
Where is the automatically generated code that make controls with designers
work so that I can look at, and possibly tweak the code?
-Scott
with Visual Studio 2005 Professional (SP1). I set up a basic ADO .NET ASP
..NET Web Application project and added a SQL Express database, an
application data source (to that SQL DB) and then dragged my SQL table onto
a blank ASP .NET WebForm and got a DataGridView created automatically. I
run the page and everything (including editing/deleting/paging) works fine -
pretty slick!
So, I open up the "designer" code file (not my code-behind) to see the
generated code, and to my surprise, all I see in this file are the object
instantiations for my page controls, but none of those controls underlying
code.
Where is the automatically generated code that make controls with designers
work so that I can look at, and possibly tweak the code?
-Scott