导航

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 33 下一页

2010年3月17日

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Data.OleDb;... 阅读全文

posted @ 2010-03-17 23:25 kingwangzhen 阅读(524) 评论(0) 推荐(0) 编辑

2010年3月12日

摘要: 请按照如下步骤进行: (1) 打开IE --> Internet Options -- > Advanced ; 去掉”Disable Script Debugging” 上的选项 (2) 打开需要调试的页面 (3) 启动VS.Net IDE, 选择 TOOLS-Debug Process (Ctrl + Alt + P). 选择需要调试的IE进程。 (4)... 阅读全文

posted @ 2010-03-12 16:26 kingwangzhen 阅读(253) 评论(0) 推荐(0) 编辑

2010年3月3日

摘要: private double sum = 0;//取指定列的数据和,你要根据具体情况对待可能你要处理的是intprotected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowIndex >= 0) { sum += Convert.ToDouble(e.Row.Cells... 阅读全文

posted @ 2010-03-03 15:00 kingwangzhen 阅读(1233) 评论(0) 推荐(0) 编辑

2010年2月9日

摘要: Last month I blogged about how Microsoft is extending support for jQuery. Over the last few weeks we've been working with the jQuery team to add great jQuery intellisense support within Visual Studio ... 阅读全文

posted @ 2010-02-09 11:47 kingwangzhen 阅读(282) 评论(0) 推荐(0) 编辑

2010年2月8日

摘要: Introduction: 将GridView中的数据导出为Excel是web应用中的常见功能。在不同的应用场景下有不同的导出技术。在本文中我将介绍一些导出的技术,希望对您有所帮助GridView Export the Excel (Basic Code): . 首先看一个基础的应用。创建一个表格,见截图<!--[if !vml]--> <!--[if !vml]-->&l... 阅读全文

posted @ 2010-02-08 12:16 kingwangzhen 阅读(1509) 评论(0) 推荐(0) 编辑

2010年2月4日

摘要: http://www.asp.net/ajax/?tabid=47 阅读全文

posted @ 2010-02-04 13:53 kingwangzhen 阅读(109) 评论(0) 推荐(0) 编辑

2010年1月31日

摘要: http://www.ibm.com/developerworks/cn/xml/x-ajaxjquery.html 阅读全文

posted @ 2010-01-31 20:46 kingwangzhen 阅读(210) 评论(0) 推荐(0) 编辑

2010年1月28日

摘要: 获取GridView中RowCommand的当前选中行的索引或主键Id 收藏 获取GridView中RowCommand的当前索引行 前台添加一模版列,里面添加一个LinkButton 前台 (如果在后台代码中用e.CommandArgument取值的话前台代码就必须在按钮中设置CommandArgument的值,值为绑定的数据库字段 <asp:TemplateField HeaderTex... 阅读全文

posted @ 2010-01-28 00:13 kingwangzhen 阅读(702) 评论(0) 推荐(0) 编辑

2010年1月27日

摘要: /*=========2009-1-14=========*/$()=$(document)//实现window.onload()效果$().ready(function(){//需要执行的内容});//获取DOM元素(返回值为jQuery对象)$("element")//相应元素名的$(".classname")//class值匹配的$("element.classname")//相应元素中,c... 阅读全文

posted @ 2010-01-27 21:16 kingwangzhen 阅读(167) 评论(0) 推荐(0) 编辑

2010年1月26日

摘要: http://edu.admin9.com/Programming/Aspx/124105923733598_2.shtml 阅读全文

posted @ 2010-01-26 22:15 kingwangzhen 阅读(154) 评论(0) 推荐(0) 编辑

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 33 下一页