Is the design view for aspx pages in Visual Studio useful?

后端 未结 7 1732
日久生厌
日久生厌 2021-01-15 13:52

I have never really found the design view in Visual Studio useful when developing aspx pages, and so I basically never use it.

Am I missing something or is it just o

7条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-15 14:32

    It's useful only if you are trying to generate your button click events the quick way, your page-lifecycle events the easy way, or to set up your demoware controls (like the gridview, the datasources, etc).

    Other than that, leave it be.

    Even when you do want to use it, use split view if possible (like in 2008), as it prevents Microsoft form 'improving' your formatting for you.

提交回复
热议问题