作者:longning817 | 来源:互联网 | 2023-09-17 11:19
IhavebuiltseveralpersonalsitesandnowIandgoingtorebuildanexistingone.Iwanttostanda
I have built several personal sites and now I and going to rebuild an existing one. I want to standardize on jQuery and Blueprint CSS.
我已经建立了几个个人网站,现在我将重建现有的网站。我想标准化jQuery和Blueprint CSS。
I used to use a Master page for everything but that does not seem to match real well with something like Blueprint. Not to mention the pain of the master page renaming of the controls ids and applying them in js.
我过去常常使用Master页面,但这似乎与Blueprint之类的东西不太匹配。更不用说主页重命名控件ID并在js中应用它们的痛苦。
Kinda just looking for suggestions on how to use newer libraries / frameworks / methodologies on the new asp.net site.
有点只是寻找有关如何在新的asp.net网站上使用更新的库/框架/方法的建议。
Should I ditch Master pages altogether?
我应该完全抛弃母版页吗?
Should I stop creating my pages with VS page creator GUI and move to building most or all the html and server objects in code dynamically?
我应该停止使用VS页面创建器GUI创建我的页面,还是动态地在代码中构建大多数或所有html和服务器对象?
Should I look at ASP.net MVC as well?
我应该看看ASP.net MVC吗?
Any other suggestions appreciated.
任何其他建议赞赏。
Thanks, Erik
2 个解决方案