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

后端 未结 7 1784
日久生厌
日久生厌 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:23

    I only use it to auto-generate event methods in the code behind by double clicking on buttons, etc. It saves some time compared to writing it manually.

提交回复
热议问题