Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Web Form Designer Generated Code"

Status
Not open for further replies.

OhioSteve

MIS
Mar 12, 2002
1,352
US
In VS2003, the machine cranked out dozens of lines of code whenever you created a webform. Later, you could find a placeholder labeled "Web Form Designer Generated Code". If you opened the placeholder, you could change the code.

In VS2005, I see *nothing* like that. In VS2005, where can I find the code the computer wrote for a certain webform? I especially want to see declarations for controls on my webform.
 
Why do you need to see or change them?

In VS2005, the page now uses what they call partial classes. You can find many articles on line about this. The generated code is now hidden from the developer. I am not sure why they did it, but really, there is no need to see or change that code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top