Best Practices: CSS or Themes in ASP.NET?

后端 未结 7 891
迷失自我
迷失自我 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.

    0 讨论(0)
提交回复
热议问题