12 2005 档案

[导入]To use identity column in MS SQL Server or not
摘要:Many of my colleagues always avoid to use identity column, this I mean things like identity(1,1) column, in their database design. One of their point is copying a table with such a column will fail as... 阅读全文

posted @ 2005-12-26 09:03 Web Rules 阅读(148) 评论(0) 推荐(0)

[导入]Transfer objects between asp.net pages
摘要:There are four kinds of objects transferring between asp.net pages. 1. Front end to front end This is the most common one, you use javascript to manipulate another page, or append certain string to ... 阅读全文

posted @ 2005-12-13 14:28 Web Rules 阅读(142) 评论(0) 推荐(0)

[导入]Using the src Attribute to Reference a Code-Behind File
摘要:As an alternative to precompiling the code-behind file, you can use the src attribute, as shown in Listing 1-7. Any file referenced with the src attribute of the Page directive is compiled into a sep... 阅读全文

posted @ 2005-12-09 15:26 Web Rules 阅读(188) 评论(0) 推荐(0)

导航