文章分类 - C#编程
摘要:.NET技术-.NET各大网站-编程技术网址 Source Code:http://www.codeproject.com/ The Code Projecthttp://www.tomore.com/ 中国盟动力http://www.codechina.net/ 代码中国http://www.cppn.net/ 中国程序先锋网http://www.vckbase.com/code/ VC知识库...
阅读全文
摘要:Understanding the Excel Object Model from a .NET Developer's Perspective Ken GetzMCW Technologies, LLC April 2003 Applies to: Microsoft® Visual Studio® Tools for the Microsoft Office System M...
阅读全文
摘要:1using System; 2using System.Collections; 3using System.ComponentModel; 4using System.Data; 5using System.Drawing; 6using System.Web; 7using System.Web.SessionState; 8using System.Web.UI; 9u...
阅读全文
摘要:1private void btnSaveToDB_Click(object sender, EventArgs e) 2{ 3 SqlConnection conn = new SqlConnection(@"data source=MICROSOF-D0EE36;uid=sa;pwd=freebsd;database=test"); 4 conn.Open(); 5 SqlComm...
阅读全文
摘要:1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Data; 5using System.Configuration; 6using System.Data.Common; 7using System.Data.SqlClient; 8using System...
阅读全文