Best Practices: CSS or Themes in ASP.NET?

后端 未结 7 889
迷失自我
迷失自我 2021-02-13 07:03

When should I use ASP.NET Themes, and when should I use CSS? What are the advantages or disadvantages of using one over the other?

7条回答
  •  孤街浪徒
    2021-02-13 07:42

    Themes come in really handy if you are using Membership ,profiles and personalization. Other than that yes the Visual Studio Designer is notorious. You should use CSS extensively if you have browser compatibility in mind.

提交回复
热议问题