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

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

    I only use it for bringing up SmartTag on things like GridView, DetailsView, and DataSource rather than generating all the tedious BoundField and Template controls by hand. Usually, this is only the first time it's configured. Afterwards I generally edit the mark up by hand because I convert some BoundFields into my own BoundField-derived class that supports different types of validation.

提交回复
热议问题