11 2007 档案

 
C#源码读取excel数据到程序中-SQL SERVER-到dataset中
摘要:一、将excel数据只读到程序中显示: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Microsof... 阅读全文
posted @ 2007-11-26 19:11 狂风 阅读(860) 评论(0) 推荐(0)
.net面试题
摘要:1、微软推出了一系列的Application Block,请举出您所知道的Application Block并说明其作用? 2、向服务器发送请求有几种方式? 3、DataReader与Dataset有什么区别? 4、您对编程的兴趣如何?工作中遇到不懂的问题是怎样去解决的? 5、请编程遍历页面上所有TextBox控件并给它赋值为string.Empty? 6、值类型与引用类型有什么区别? 7、 跳转... 阅读全文
posted @ 2007-11-11 19:14 狂风 阅读(320) 评论(2) 推荐(0)