会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我的梦会回来
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
2015年8月25日
20150825 C# 调用带参数的存储过程 模板
摘要: ////// exec proceudre2 //System.Data.SqlClient.SqlConnection sqlcon = new System.Data.SqlClient.SqlConnection("server=(local);database=pubs;uid=sa;pwd...
阅读全文
posted @ 2015-08-25 17:15 追逐苦痛
阅读(268)
评论(0)
推荐(0)
编辑
2015年8月20日
20150820 PROCEDURE 模板
摘要: USE [DB_H_F1]GO/****** Object: StoredProcedure [dbo].[sp_sys_user_add] Script Date: 08/19/2015 15:05:29 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIE...
阅读全文
posted @ 2015-08-20 16:28 追逐苦痛
阅读(120)
评论(0)
推荐(0)
编辑
2015年8月13日
20150813 Asp.net 关闭子窗体 刷新Tree控件
摘要: 主窗体************************************************************************************using System;using System.Collections;using System.Configuratio...
阅读全文
posted @ 2015-08-13 16:20 追逐苦痛
阅读(166)
评论(0)
推荐(0)
编辑
asp.net 关闭子窗体 刷新主窗体
摘要: 主窗体************************************************************************************ //原窗口保留,以对话框形式打开新窗口: Response.Write("");**********************...
阅读全文
posted @ 2015-08-13 11:04 追逐苦痛
阅读(322)
评论(0)
推荐(0)
编辑
2015年8月12日
Asp.net 与 jsp 交互 (打开或跳转页面)
摘要: //// 打开固定大小窗体Response.Write("");//// 直接关闭不提示ClientScript.RegisterStartupScript(Page.GetType(), "", "");//// 在子页面跳出父框架直接到登录页ClientScript.RegisterStartu...
阅读全文
posted @ 2015-08-12 21:34 追逐苦痛
阅读(429)
评论(0)
推荐(0)
编辑
20150812 Asp.net 父窗体获取子窗体的返回值,更新父窗体文本控件(应用)
摘要: 1. 父窗体****************************************using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;usi...
阅读全文
posted @ 2015-08-12 21:30 追逐苦痛
阅读(282)
评论(0)
推荐(0)
编辑
2015年8月11日
asp.net 父窗体获取子窗体的返回值,可用来对父窗体局部更新
摘要: 今天在项目上遇到了这个问题,其实只是window.returnValue的简单应用,不是asp.net的专属内容。作为积累,记录一个简单的实现模型。图1 用到的文件 从图1中我们可以看到,只用到了两个页面,其中Default.aspx作为父页面,Default2.aspx作为子页面被弹出。Defau...
阅读全文
posted @ 2015-08-11 16:33 追逐苦痛
阅读(534)
评论(0)
推荐(0)
编辑
TreeView 节点的显示,读取,操作
摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System.Web;using System.Web.Security;using ...
阅读全文
posted @ 2015-08-11 14:27 追逐苦痛
阅读(639)
评论(0)
推荐(0)
编辑
2015年8月7日
TreeView 读取 xml 显示节点
摘要: T2 *************************************************************************************************using System;using System.Collections;us...
阅读全文
posted @ 2015-08-07 09:54 追逐苦痛
阅读(340)
评论(0)
推荐(1)
编辑
2015年8月6日
网上流传的数据操作类
摘要: using System;using System.Collections.Generic;using System.Web;using System.Data;using System.Data.SqlClient;using System.Configuration;namespace Yc_T...
阅读全文
posted @ 2015-08-06 15:30 追逐苦痛
阅读(195)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
10
···
12
下一页
公告