- 博客(4)
- 收藏
- 关注
转载 c# ftp class[轉]
// 轉自:http://www.cnblogs.com/tuyile006/archive/2009/02/23/1396524.html // 存在自己的blog以備查用。 using System; using System.Net; using System.IO; using System.Text; using System.Net.Sockets; ///
2012-05-25 09:12:21
244
转载 [T-SQL][WITH]怪招案例
1.with , 階層式sql WITH tmpTree (categoryID, Parentcategory, categoryName, lvl ,num ) AS ( SELECT categoryID, Parentcategory, categoryName, 0,0 FROM tblCategory UNION All SELECT a.categoryID, a.Pare
2012-05-09 20:24:14
411
转载 [ASP.NET/C#][GridView][Header]要加怪東西時的處理方式
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.Header) { e.Row.Cells[0].Text = ""; } }
2012-05-08 17:56:50
926
转载 [ASP.NET/C#][GridView][DataFormatString]用法
DataFormatString 在GridView的用法 1.數字格式 格式字串輸入結果 "{0:C}" 12345.6789 ==> $12,345.68 "{0:C}" -12345.6789 ==>($12,345.68) "{0:D}" 12345 ==>12345 "{0:D8}" 12345 ==>00012345 "{0:E}" 12345.6789 ==>123
2012-05-07 16:30:55
501
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅