use AjaxControlToolKit Config
摘要: 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|
编辑
VFS study
摘要: 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|
编辑
Run MVC in older version of IIS
摘要: 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|
编辑
MVC study - data validation
摘要: 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|
编辑
MVC study
摘要: 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|
编辑