代码改变世界

随笔档案-2008年10月

使用FCKeditor_2.6.3版本有关上传图片问题解决

2008-10-25 16:39 by 每天看看, 3163 阅读, 收藏,
摘要: 使用FCKeditor_2.6.3版本有关上传图片问题解决问题:提示This connector is disabled解决:在fckeditor\editor\filemanager\connectors\aspx目录下面有一个 config.ascx 用户控件。打开它,我们可以看到有一个:private bool CheckAuthentication()的方法。private bool Ch... 阅读全文

在DataRow的不同 RowState下取不同 RowVersion值的情况

2008-10-11 01:14 by 每天看看, 1459 阅读, 收藏,
摘要: 1)什么是DataRow's RowState and RowVersion? DataRow's RowState是数据行的状态,RowVersion是数据行的版本。RowState and Row Version are both enum object. The codesnap is the following detail:DataRowStateCode highlighting pr... 阅读全文