摘要:
原文发布时间为:2008-09-10 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(298)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-30 —— 来源于本人的百度文章 [由搬家工具导入] http://club.topsage.com 子版面 本版版规 3 today 全国计算机等级考试 版主:妖僧三藏 主题:1692 | 帖子:67183 5 today 计算机技术与软件资格(水平)考试 版主:r 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(1229)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-08-10 —— 来源于本人的百度文章 [由搬家工具导入] using System.Xml; protected void Button2_Click(object sender, EventArgs e) { string xmlpath = Server.MapPat 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(161)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-08-05 —— 来源于本人的百度文章 [由搬家工具导入] 【用了datalist控件,datalist控件自己学会,主要知道其他按钮COMMANDNAME属性应该改为edit,update,delete】 using System;using System.Data;us 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(135)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-10-09 —— 来源于本人的百度文章 [由搬家工具导入] 不用注册,就能免费下载系统源码不错哦 http://down.chinaz.com/class/4_1.htm 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(96)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-10-19 —— 来源于本人的百度文章 [由搬家工具导入] 有两张表 Test表 Paper表 User Paper User Paper Score 1 1 1 1 80 2 1 2 1 81 2 1 82 2 2 83 3 1 84 1、帮我写一条语句,把Paper中的 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(79)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-08-03 —— 来源于本人的百度文章 [由搬家工具导入] 2.GridView选中,编辑,取消,删除: 效果图: 后台代码:你可以使用sqlhelper,本文没用。代码如下:using System;using System.Data;using System.Confi 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(192)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-31 —— 来源于本人的百度文章 [由搬家工具导入] 可以datarow遍历所有行即可,如下:pubauthor这个表中的au_lname的所有值加到listbox上面 SqlConnection pubsConn = new SqlConnection("Serve 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(1381)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-08-01 —— 来源于本人的百度文章 [由搬家工具导入] SqlDataAdapter:(它是自动打开连接且自动关闭的,所以可以不必显示打开关闭连接) SqlConnection conn = new SqlConnection(ConfigurationManager. 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(121)
评论(0)
推荐(0)
摘要:
原文发布时间为:2008-07-27 —— 来源于本人的百度文章 [由搬家工具导入] webconfig 中<appSettings/> 得后面代码添加如下: <appSettings/> <connectionStrings> <add name="testConn" connectionStri 阅读全文
posted @ 2017-07-09 15:04
孑孓子
阅读(137)
评论(0)
推荐(0)