上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页
摘要: 将DataGridView里面的数据,导出到表格里面去。 首先,需要添加三个引用直接在解决方案里,右键添加引用,找到路径即可。然后再把这三个文件复制到项目的根目录下。然后定义导出表格的函数: public static void DataGridViewToExcel(DataGridVie... 阅读全文
posted @ 2015-07-28 15:34 zhenximeiyitian 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 第一种方法,给car增加属性 public decimal Price { get { return _Price; } set { _Price = value; } } public string Pic... 阅读全文
posted @ 2015-07-28 15:05 zhenximeiyitian 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 只显示上边框 只显示下边框 只显示左、右边框 只显示上、下边框 只显示左边框 只显示右边框 不显示任何边框 复制代码代码如下: 表格边框的隐藏 普 表 通 格 这是一普通的表格 头 上 有 天 只显示上边框 脚 下 有 ... 阅读全文
posted @ 2015-07-26 15:45 zhenximeiyitian 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 1.点击Schema Explorer 选择VistaDBPetshop 右键点击 Edit Data Sourse点击Provider Type 选择 SqlSchemaProviderConnection String 写连接数据库字符串 点击Test 再点击OKTables里选择表 点击生成就... 阅读全文
posted @ 2015-07-24 23:01 zhenximeiyitian 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 下面我会一步步的解释如何用CodeSmith实现预期的结果的,事先声明一下,在此只做一个简单的Demo,并不详细的讲解CodeSmith各个强大的功能,有兴趣的朋友可以打开CodeSmith的帮助文档了解.我只做个抛砖引玉,希望能激起大家更多思想的火花~先看看CodeSmith的工作原理:简单的说:... 阅读全文
posted @ 2015-07-24 16:47 zhenximeiyitian 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 实现一个简单的购物网站一、考试时间:8小时二、开发工具:VS2005+Sql2000三、数据库:见附件四、需要实现的页面:Index.aspx:浏览商品页面,显示商品列表,用户可以点击“购买“。ViewCart.aspx:查看购物车页面,显示已购买的商品信息,可以点击“删除“已买的商品ViewAcc... 阅读全文
posted @ 2015-07-24 12:46 zhenximeiyitian 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 主界面aspx里的代码,很重要哦 编号名称价格操作 ">修改"> 删除 ... 阅读全文
posted @ 2015-07-21 11:17 zhenximeiyitian 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 一般处理程序ashx.cs里的代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Drawing;using System.Web.SessionState; ... 阅读全文
posted @ 2015-07-21 09:18 zhenximeiyitian 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 增删改查的方法代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;public p... 阅读全文
posted @ 2015-07-20 17:09 zhenximeiyitian 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 服务器端的代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System... 阅读全文
posted @ 2015-07-20 13:59 zhenximeiyitian 阅读(5588) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 31 下一页