maybe it's a dumb q开发者_Python百科uestion,
how can i see the designer generated codebehind files (named .designer.aspx.cs) in VS2010?
i need it to wireup form events when i disable autowireup option at @form.
You have created a website. Websites don't have designer files. If you create a web application,
File - New Project - Web - ASP.NET Web Application
you will see the designer files.
Next to the file, there is an arrow which you can expand to see the code-behind and designer files.
See here:
alt text http://www.freeimagehosting.net/uploads/62bba0f898.png
i can't see the second file like in the previous answer - only the regular .cs file.
see the screenshot
http://www.freeimagehosting.net/uploads/74de60f240.png
i can't post images inline till i get 10 points - sorry for link.
精彩评论