2012年6月2日
摘要: /// <summary> /// 格式化股数 /// </summary> /// <param name="no"></param> /// <returns></returns> public string FormatNo(Int64 no) { string Num = no.ToString("#,###"); if (Num == "") return "0"; else return Num; }如果传入的数据为 0 ,则返回的 阅读全文
posted @ 2012-06-02 17:17 LitDev 阅读(1948) 评论(1) 推荐(0) 编辑
摘要: <ItemTemplate> <tr style="font-size: 12pt" height="25"> <td bgcolor="#BAFAE9" align="center" nowrap> <%#Eval("S_No")%> </td> ... 阅读全文
posted @ 2012-06-02 15:27 LitDev 阅读(1124) 评论(0) 推荐(0) 编辑