摘要:
添加 using System.Web.Mail;#region Build html TalbeSystem.Text.StringBuilder tableStr=new StringBuilder();tableStr.Append("");tableStr.Append("ModelName... 阅读全文
posted @ 2007-04-12 09:45 徐正柱- 阅读(267) 评论(0) 推荐(0)
|
|||
|
摘要:
添加 using System.Web.Mail;#region Build html TalbeSystem.Text.StringBuilder tableStr=new StringBuilder();tableStr.Append("");tableStr.Append("ModelName... 阅读全文
posted @ 2007-04-12 09:45 徐正柱- 阅读(267) 评论(0) 推荐(0)
摘要:
#region Get week name in yearpublic string GetWeekName(string dd) //得到當前日期本周的名字{int FirstSaturday=0;string t1 = Convert.ToDateTime(dd).Year.ToString()... 阅读全文
posted @ 2007-04-12 09:38 徐正柱- 阅读(347) 评论(0) 推荐(0)
摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.Pager) { string name = ((TableR... 阅读全文
posted @ 2007-04-12 09:25 徐正柱- 阅读(393) 评论(0) 推荐(0) |
|||