2009年10月2日
摘要: Many web developers came to the problem that they are not able to change value of file input field from Java Script in the web application. There is no access to value field of file input tag because ... 阅读全文
posted @ 2009-10-02 13:25 chenshichang 阅读(1307) 评论(0) 推荐(0)
  2009年6月10日
摘要: using System;using System.Data;using System.Data.SqlClient;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI... 阅读全文
posted @ 2009-06-10 13:47 chenshichang 阅读(1009) 评论(0) 推荐(0)
  2009年3月14日
摘要: 当我们对查询后的dataset以回圈进行资料集的处理时,如果使用remove,移除某一列资料,资料集的索引将会改变for(int i=0;i<ds.table[0].rows.count;i++){if(i==2)ds.table[0].rows.removeAt(i) ;i++ //因为索引已改变} 阅读全文
posted @ 2009-03-14 13:26 chenshichang 阅读(139) 评论(0) 推荐(0)
  2009年3月11日
摘要: 今天,好不容易,博客申请通过了,值得纪念这是我的第一个海外的博客接下来就要好好想想我要在这里记录什么或留下什么了....博客的第一篇就先这样记录 阅读全文
posted @ 2009-03-11 16:12 chenshichang 阅读(75) 评论(0) 推荐(0)