摘要:
改别人的程序时发现了这个问题。一个WebApplication程序,在页面的设计模式下,所有服务器控件的位置出现一行红字“Error Creating Control- Object reference not set to an instance of an object”,无法进行控件拖放,只能在手工编辑代码,很是郁闷。Google了一下,发现了这篇博客,里面描述的信息... 阅读全文
摘要:
为了便于使用SQLite.Net,参照微软企业库中数据组件的写法写了这个类,无非就是为了便于使用。下面是代码:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Data;usingSystem.Dat... 阅读全文