07 2007 档案

摘要:试验了好半天也没有找到相应的方法我的数据库是MS Access,没找到一个正确方法加参数例如Database db = DabaseFactory.CreateDatabase();DbCommand cmd = db.GetSqlStringCommand("select * from products where productID = ?");用Db.AddInParameter()这个函数... 阅读全文
posted @ 2007-07-04 11:09 Vincent Yang 阅读(607) 评论(3) 推荐(0)
摘要:以前都没有用过datalist,今天用的时候就发现了一个问题,在这里记录下来!The itemcommand event for the datalist will not fire if you rebindthe DataList control everytime the page loads. This event will fire if youuse the viewstate inf... 阅读全文
posted @ 2007-07-02 08:05 Vincent Yang 阅读(693) 评论(0) 推荐(0)