by Alpha
22. December 2009 16:36
要求:从下列题目中任选一个,数据库统一放在网站根目录下的DB目录里面,数据库连接采用集成身份验证方式。截止日期:2010年1月15日。 题目: 1. 新闻发布系统 2. 网络相册 3. 留言板 4. 博客系统 5. 在线文件存储系统 6. 在线投票系统
426fadf3-19d2-47ef-811d-c1f296443219|3|4.7
Tags: asp.net Views:1488
.Net相关
by Alpha
29. October 2008 18:47
转自:http://www.bloghome.com.tw/Users/user1/43/archives/2007/1755.html DataFormatString="{0:格式字符串}" 在DataFormatString 中的 {0} 表示資料本身,而在冒號後面的格式字串、代表我們希望資料顯示的格式;數字、貨幣格式: 在指定的格式符號後可以指定小數所要顯示的位數。例如原來的數據為「1.56」,若格式設定為{0:N1},則輸出為「1.5」。其常用的數值格式如下表所示: 格式字串輸入結果{0:C}12345.6789$12,345.68{0:C}-12...
[More]
4f594848-93c8-4c53-aee0-465bb8558b79|0|.0
Tags: asp.net, c# Views:1245
转载备份
by alpha
9. April 2008 14:15
一个简单的计算器程序
Down
Cala.rar (2.18 kb)
by alpha
28. September 2007 06:23
Microsoft has released two versions of the .NET framework so far, and
sometimes might be useful to know which version of the framework is
your web host running. You can obtain this information easily with
ASP.NET and here is how.
Create a new ASP.NET file and call it framework_version.aspx or any
...
[More]
9da36792-048c-4a8f-88ed-fda7fb10b371|0|.0
Tags: asp.net Views:1319
.Net相关