2010年11月26日
摘要: options:1. .aspx file:<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %> ...<asp:Accordion>...2.web.config file:... <system.web>  <compil... 阅读全文
posted @ 2010-11-26 09:21 Joe Hou 阅读(246) 评论(0) 推荐(0) 编辑
  2010年11月24日
摘要: basic configuration:source control work itemsbuildadvanced:automated testingvirtual lab deploymentarchitectural validationways to access TFSVS (developer)Test & Lab Manager (tester)Web/Excel/Proje... 阅读全文
posted @ 2010-11-24 14:31 Joe Hou 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://www.asp.net/mvc/tutorials/using-asp-net-mvc-with-different-versions-of-iis-csIIS 7(integrated mode): no needIIS 7(classical mode): needIIS 6: needtwo options:1. modify route table to use file e... 阅读全文
posted @ 2010-11-24 07:46 Joe Hou 阅读(148) 评论(0) 推荐(0) 编辑
  2010年11月23日
摘要: Data validationSever side:Required – Indicates that the property is a required field DisplayName – Defines the text we want used on form fields and validation messages StringLength –... 阅读全文
posted @ 2010-11-23 14:20 Joe Hou 阅读(202) 评论(0) 推荐(0) 编辑
摘要: default generated foldersFolderPurpose/ControllersControllers respond to input from the browser, decide what to do with it, and return response to the user./ViewsViews hold our UI templates/ModelsMode... 阅读全文
posted @ 2010-11-23 12:38 Joe Hou 阅读(222) 评论(0) 推荐(0) 编辑
  2009年5月31日
摘要: 删除用户,重新建就ok了 阅读全文
posted @ 2009-05-31 11:13 Joe Hou 阅读(1033) 评论(0) 推荐(0) 编辑
  2009年5月12日
摘要: Upgrading Visual Studio Team System Beta to RTM Upgrading Visual studio Team System Beta to RTM uninstall scripts Today I had to upgrade several machines from the Beta or RC version of VSTS to the RTM... 阅读全文
posted @ 2009-05-12 10:41 Joe Hou 阅读(401) 评论(0) 推荐(0) 编辑
  2009年2月25日
摘要: fw: http://www.dotnetbips.com/articles/22d33d11-1a75-42c8-bbf6-ca1a345d3fcf.aspx Introduction Developers often worry about performance of their web sites. Every developer wants that his web site b... 阅读全文
posted @ 2009-02-25 12:15 Joe Hou 阅读(219) 评论(0) 推荐(0) 编辑
  2009年2月6日
摘要: 1.stop sqlserver 2.copy tempdb files(mdf/ldf) to new folder 3.restart sqlserver 4.exe sql: USE master; GO ALTER DATABASE tempdb MODIFY FILE (NAME = tempdev, FILENAME = 'E:\tempdb\tempdb.mdf'); GO ... 阅读全文
posted @ 2009-02-06 11:16 Joe Hou 阅读(636) 评论(0) 推荐(0) 编辑
  2009年2月3日
摘要: if("using Atlas" and "there are some js codes in HEAD tag") then "Unknown Error" solution: copy the js codes to other position 阅读全文
posted @ 2009-02-03 15:35 Joe Hou 阅读(126) 评论(0) 推荐(0) 编辑