maybe it’s a dumb question,
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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.