上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: ////// 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) 编辑
摘要: 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) 编辑
摘要: 主窗体************************************************************************************using System;using System.Collections;using System.Configuratio... 阅读全文
posted @ 2015-08-13 16:20 追逐苦痛 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 主窗体************************************************************************************ //原窗口保留,以对话框形式打开新窗口: Response.Write("");**********************... 阅读全文
posted @ 2015-08-13 11:04 追逐苦痛 阅读(322) 评论(0) 推荐(0) 编辑
摘要: //// 打开固定大小窗体Response.Write("");//// 直接关闭不提示ClientScript.RegisterStartupScript(Page.GetType(), "", "");//// 在子页面跳出父框架直接到登录页ClientScript.RegisterStartu... 阅读全文
posted @ 2015-08-12 21:34 追逐苦痛 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 今天在项目上遇到了这个问题,其实只是window.returnValue的简单应用,不是asp.net的专属内容。作为积累,记录一个简单的实现模型。图1 用到的文件 从图1中我们可以看到,只用到了两个页面,其中Default.aspx作为父页面,Default2.aspx作为子页面被弹出。Defau... 阅读全文
posted @ 2015-08-11 16:33 追逐苦痛 阅读(534) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: T2 *************************************************************************************************using System;using System.Collections;us... 阅读全文
posted @ 2015-08-07 09:54 追逐苦痛 阅读(340) 评论(0) 推荐(1) 编辑
摘要: 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 下一页