摘要:
下面是自己添加的一个类:在上面的页面中的按钮单击事件中调用。 public class ExcelToMSSql { public static int count = 0; public static string error = ""; public ExcelToMSSql() { //... 阅读全文
posted @ 2013-08-12 12:44
wisy88
阅读(574)
评论(0)
推荐(0)
摘要:
先上代码: privatevoidbutton_Click(objectsender,EventArgse) { CookieContainercc =newCookieContainer();//this is for keep the Session and Cookie ... 阅读全文
posted @ 2013-08-12 12:37
wisy88
阅读(967)
评论(0)
推荐(0)