2008年03月
任何语言除了语法,还有各种约定俗成的语言习惯。编程语言也是如此,所有团队成员使用一种统一的"语言习惯“很重要 阅读全文>
发表于 @ 2008年03月28日 15:23:00|评论(loading...)|编辑
In ASP.NET 2.0, there is a new property called the ValidationGroup that can be assigned a string to specify a section. This property exists on the validation controls and on the controls that cause PostBacks to occur. When a control performs a PostBack, the validator controls that have a matching ValidationGroup property are validated.阅读全文>
发表于 @ 2008年03月16日 17:16:00|评论(loading...)|编辑
A DataTableReader created using DataTable.CreateDataReader will expose the same rows and columns as the DataTable. When a DataTableReader is created from a DataSet or a DataTable's CreateDataReader method, the DataTableReader will contain all of the rows from the container object, with the exception of deleted rows.阅读全文>
发表于 @ 2008年03月16日 16:05:00|评论(loading...)|编辑
if you populate the contents of a control every time a page is requested, you should disable view state for that control.阅读全文>
发表于 @ 2008年03月09日 16:53:00|评论(loading...)|编辑