摘要:源代码在: http://cs-dotnetnuke.googlecode.com/svn/ 有时间要好好研究研究. 用SVN下载 http://nchc.dl.sourceforge.net/sourceforge/tortoisesvn/TortoiseSVN-1.5.9.15518-win32-svn-1.5.6.msi
阅读全文
06 2007 档案
摘要:c#读写数据库图片 //将SQL server2000中保存的图像显示在Picture中 private void listBox1_SelectedIndexChanged(object sender, System.EventArgs e) { byte[] buffByte = null; string comm = @"select img from table1 where...
阅读全文