ASP.NET auto-generate aspx.designer.cs turn off?
- by Joris
Hey all,
As I'm working on a asp.net/c# project, I'm confronted with the foobar.aspx.designer.cs that auto generates it's content. eg, when I'm changing the code/designer, the designer.cs automatically updates it's content.
As I'm bit of a control-dude, I'd like to maintain the code myself. I'm not happy with the overkill of comments I don't…