stopping the designer from working at all!

  • Thread starter Thread starter foldface
  • Start date Start date
F

foldface

Hi
If you place a class in the top of a aspx.cs file that isn't the main
class then the designer doesn't work. Good. I want to stop
the designer from being able to work so that it can't accidently
screw up my aspx formatting.
Is there a better way of doing this? I don't really want to make lots of
little classes just so that the designer can't function.

Thanks
F
 
stop opening the designer, works for me.
Set your VS defaults to always goto the html view, not design view, when
opening.
 
stop opening the designer, works for me.

sorry, forgot to mention I want this on a per page basis
 
doesn't really make a dif, you can still click the Design view button for
whatever page you want, if you dont' want to click it and risk the dangers,
then dont.
 
Back
Top