• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
ASP.NET系统开发-生Blog
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6
2010年1月4日
XML增删改
摘要: XMl文件<?xml version="1.0" standalone="yes"?><dbGuest><User> <Name>Guset</Name> <City>上海</City> <Email>fdfd</Email></User><User> <Nam... 阅读全文
posted @ 2010-01-04 08:21 生 阅读(216) 评论(0) 推荐(0)
2009年12月31日
从一个数据库导入另一个数据库
摘要: insert into表1 select * from 表2利用游标delete salerDECLARE @SalerID intDECLARE @SalerName nvarchar(200)DECLARE cursor1 cursor forselect [SalerID],[SalerName]from [zmr817].[dbo].[Saler]open cursor1fetch nex... 阅读全文
posted @ 2009-12-31 15:55 生 阅读(884) 评论(0) 推荐(0)
2009年12月30日
字母递增
摘要: for(i=0;i<某个数;i++){String 字母=Convert.ToChar('A'+i);Response.write(字母);} 阅读全文
posted @ 2009-12-30 22:03 生 阅读(367) 评论(0) 推荐(0)
.NET生成验证码
摘要: http://blog.csdn.net/miaoqi2008/archive/2009/09/07/4527847.aspx/************************************************************************/ /* 类名:无 * 功能:生成验证码图片 * 完成时间:2009-8-11 * 版本号:1.0 * 修改时间: * 作者:e... 阅读全文
posted @ 2009-12-30 17:23 生 阅读(2467) 评论(0) 推荐(0)
ds导入EXCEL
摘要: using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.HtmlControls;using System.Web.UI.WebContr... 阅读全文
posted @ 2009-12-30 16:27 生 阅读(511) 评论(0) 推荐(0)
2009年12月27日
文本框改变标签内容同步事件
该文被密码保护。 阅读全文
posted @ 2009-12-27 22:32 生 阅读(5) 评论(0) 推荐(0)
文本框改变同步事件
该文被密码保护。 阅读全文
posted @ 2009-12-27 22:31 生 阅读(8) 评论(0) 推荐(0)
导出EXCEL
摘要: protected void Button1_Click(object sender, EventArgs e)//按钮 { GridView ctl = this.GridView1;//页面控件 //DataGrid1是你在窗体中拖放的控件 HttpContext.Current.Response.AppendHeader("Content-Disposition", "attachment;... 阅读全文
posted @ 2009-12-27 22:29 生 阅读(129) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3