上一页 1 ··· 5 6 7 8 9 10 11 下一页

2005年7月26日

企业库中使用transaction(企业库中的列子)

摘要: CREATE Procedure DebitAccount( @AccountID int, @Amount money)ASINSERT INTO Debits ([AccountID],[Amount])VALUES (@AccountID,@Amount)GO CREATE Procedure CreditAccount( @Account... 阅读全文

posted @ 2005-07-26 16:12 gwazy 阅读(533) 评论(0) 推荐(0) 编辑

2005年7月25日

js实现datagrid 模板列中有多个checkbox 时只许选中一个..........

摘要: function change_check(temp) { var checks= temp.parentElement.parentElement.getElementsByTagName("input"); for (i=0;i ... 阅读全文

posted @ 2005-07-25 16:51 gwazy 阅读(1654) 评论(0) 推荐(0) 编辑

2005年7月19日

摘要: 阅读全文

posted @ 2005-07-19 11:27 gwazy 阅读(392) 评论(0) 推荐(0) 编辑

2005年7月10日

企业库使用手记(1)(实现更新编辑删除)

摘要: create table demo( id_user int , name_user varchar(30) )CREATE PROCEDURE Adddemo( @id_user int , @name_user varchar(30))ASINSERT INTO demo (id_user,name_user)VALUES ( @id_user, @... 阅读全文

posted @ 2005-07-10 12:07 gwazy 阅读(1173) 评论(3) 推荐(0) 编辑

2005年7月4日

asp.net 中异步返回数据...

摘要: 当需要在一个页面返回大量数据时或进行的处理时间很长时,这是个不错的解决办法...... http://www.aspnet4you.com/Articles.aspx?ArticleID=5017 阅读全文

posted @ 2005-07-04 10:04 gwazy 阅读(621) 评论(0) 推荐(0) 编辑

2005年6月21日

asp2.0 中实现 msdn 左边导航栏

摘要: Untitled Page ... 阅读全文

posted @ 2005-06-21 18:35 gwazy 阅读(761) 评论(0) 推荐(0) 编辑

2005年6月19日

父亲节。。。。

摘要: 今天是父亲节,好想父亲。。愿天下父亲永远健康。。。。。。。 阅读全文

posted @ 2005-06-19 16:43 gwazy 阅读(347) 评论(0) 推荐(0) 编辑

2005年6月14日

js 中调用reportseivice实现查询

摘要: 注意 ReportServer 后边的那个问号 我这是用了一个 iframe 的...所以 window.frames[0]因为这个 iframe 是用 它当中那个控件自动生成的...他是没有 id 的... function search_data() { window.frames[0].location.href="http://gw/R... 阅读全文

posted @ 2005-06-14 21:26 gwazy 阅读(556) 评论(0) 推荐(0) 编辑

一个购物车的简单实现(多层开发)

摘要: 转自 http://www.dotnetbips.com/0D82BC51-AB67-4F5F-AB04-CD461CE5E910.aspx?articleid=280 今天在老外的网上发现个写的不错的多层实现的构物车... 代码如下...... CCookieShoppingCart.cs //用 cookie using System;using System.W... 阅读全文

posted @ 2005-06-14 21:09 gwazy 阅读(9292) 评论(11) 推荐(2) 编辑

2005年6月13日

js 实现子树选中时父目录全被选中

摘要: function change() { var clickedNodeIndex=TreeView1.clickedNodeIndex; var choose; if (TreeView1.getTreeNode(clickedNodeIndex).getAttribute('Checked')) { ... 阅读全文

posted @ 2005-06-13 15:54 gwazy 阅读(1001) 评论(0) 推荐(0) 编辑

2005年6月11日

web service 实现无刷新返回一个表

摘要: Run_Table.asmx using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Web;using System.Web.Services;using System.Data .SqlClient ;... 阅读全文

posted @ 2005-06-11 00:14 gwazy 阅读(2991) 评论(2) 推荐(0) 编辑

2005年6月8日

用js 判断datagrid 中的 checkbox 是否被选中

摘要: private void Page_Load(object sender, System.EventArgs e) { // 在此处放置用户代码以初始化页面 this.sqlDataAdapter1.Fill (this.dataSet11 ); this.DataGrid1.DataSource=this.dat... 阅读全文

posted @ 2005-06-08 22:58 gwazy 阅读(3612) 评论(0) 推荐(0) 编辑

2005年6月7日

report service asp.net 中的使用

摘要: 最近开始用 report service 了...用了一下感觉很不错..... Reporting Services 非常方便地附带了名为 ReportViewer 的示例(安装到 \Reporting Services\Samples\Applications\ReportViewer 目录)技术开后,生成 dll . 然后把它添加工具箱。。。。 ServerUrl 为 report s... 阅读全文

posted @ 2005-06-07 21:56 gwazy 阅读(1939) 评论(2) 推荐(0) 编辑

2005年6月3日

验证后跳转 (javascript) 的小问题

摘要: private void Page_Load(object sender, System.EventArgs e) { // 在此处放置用户代码以初始化页面 Button1.Attributes.Add ("onclick", "return confirm (\"确定要跳转吗?\") ;"); ... 阅读全文

posted @ 2005-06-03 09:13 gwazy 阅读(968) 评论(0) 推荐(0) 编辑

2005年6月2日

基于角色的身份验证3

摘要: 数据库表 CREATE DATABASE webCREATE TABLE users( username nvarchar(64) CONSTRAINT users_PK PRIMARY KEY, password nvarchar(128), roles nvarchar(64))CREATE INDEX credentials ON users( username... 阅读全文

posted @ 2005-06-02 09:48 gwazy 阅读(1082) 评论(0) 推荐(0) 编辑

2005年6月1日

asp.net 中树打包时注意的..

摘要: 做asp.net 项目时有时会用到 ms 的tree ..打包时要加上 tree的资源文件.不然.树会显示不正常.....注意 webctrl_client 的 位置.....因为他不在程序目录中所以.......... 阅读全文

posted @ 2005-06-01 10:52 gwazy 阅读(471) 评论(0) 推荐(0) 编辑

2005年5月31日

javascript 中类型转换。。。

摘要: 转自 http://www.cnblogs.com/birdshome/archive/2005/02/23/107751.aspx 阅读全文

posted @ 2005-05-31 11:01 gwazy 阅读(752) 评论(0) 推荐(0) 编辑

2005年5月30日

sql 交叉查询

摘要: csdn 一个网友写的.... create table #TmpA(Cat2 varchar(32),Cat3 varchar(32),Order_year int,Order_month int,Amount_A decimal(18,2),Amount_B decimal(18,2))--插入数据Insert #TmpA Values('K', 'S', 2005, 2, 10, 10... 阅读全文

posted @ 2005-05-30 11:30 gwazy 阅读(1845) 评论(0) 推荐(0) 编辑

2005年5月19日

基于角色的身份验证2

摘要: 前边一个有把在 global 中通过用户名到数据库去验证,这个中是直接在用户登陆时把用户角色存在 cookie 中,在 global 中去进行验证,可能比前一个要效率高吧.... web.config User.xml bb.aspx private void But... 阅读全文

posted @ 2005-05-19 16:30 gwazy 阅读(995) 评论(0) 推荐(0) 编辑

2005年5月18日

基于角色的身份验证

摘要: web.config Roles.xml bb.aspx private void Button1_Click(object sender, System.EventArgs e){System.Web.Security .FormsAuthentication .RedirectFromL... 阅读全文

posted @ 2005-05-18 16:11 gwazy 阅读(1508) 评论(1) 推荐(0) 编辑

2005年5月12日

接口的使用

摘要: 好长时间没用了.今年看 petshop 都有点快忘了..... Account.cs using System;using System.Reflection;using System.Configuration;namespace Z_Petshop{ /**//// /// Account 的摘要说明。 /// public class Account ... 阅读全文

posted @ 2005-05-12 17:01 gwazy 阅读(486) 评论(0) 推荐(0) 编辑

字符过滤(petshop 中的)

摘要: using System;using System.Text;namespace PetShop.Web.WebComponents{ /**//// /// A sample class to clean the input into web pages /// public sealed class CleanString { public ... 阅读全文

posted @ 2005-05-12 10:28 gwazy 阅读(687) 评论(0) 推荐(0) 编辑

相册的简单实现

摘要: using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using System.Drawing.Imaging;using System.Web;using System.Web.Ses... 阅读全文

posted @ 2005-05-12 08:44 gwazy 阅读(1562) 评论(1) 推荐(0) 编辑

2005年5月10日

用web service 实现连动

摘要: ProductsService.asmx using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Web;using System.Web.Services;using System.Data.SqlClien... 阅读全文

posted @ 2005-05-10 12:08 gwazy 阅读(1914) 评论(2) 推荐(0) 编辑

webservice 实现动态刷新

摘要: FeaturedService.asmx using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Web;using System.Web.Services;using System.Data .Sql... 阅读全文

posted @ 2005-05-10 10:09 gwazy 阅读(3665) 评论(13) 推荐(0) 编辑

2005年5月8日

asp.net 中实现录入时提示 (web service + js 实现 )

摘要: 效果如下... 调用页面 搜索图书: webservice using System;using System.Collections;using System.ComponentModel;using System.Data;using ... 阅读全文

posted @ 2005-05-08 16:38 gwazy 阅读(789) 评论(0) 推荐(0) 编辑

2005年4月29日

outlookbar 实现

摘要: 转自http://ucmlsales.ucml.com.cn/demohttp://www.cnblogs.com/Files/gwazy/outlookbar.rar 阅读全文

posted @ 2005-04-29 17:48 gwazy 阅读(1848) 评论(0) 推荐(0) 编辑

2005年4月27日

使用 xsl:attribute和 xsl:element

摘要: 使用 xsl:attribute和 xsl:element X_Agentgw.bmphttp://www.csdn.net 阅读全文

posted @ 2005-04-27 10:18 gwazy 阅读(1308) 评论(0) 推荐(0) 编辑

xsl中 xsl:node-name 属性...

摘要: 使用 xsl:node-name使用 xsl:node-name mag xj570 0.28极细至点 视控 onview 视 view Math 1280*1024 MPRII 标准 1399 200元 mag xj570 0.28极细至点 ... 阅读全文

posted @ 2005-04-27 09:42 gwazy 阅读(843) 评论(0) 推荐(0) 编辑

xsl 中 xsl:copy 的使用

摘要: mag xj570 0.28极细至点 视控 onview 视 view Math 1280*1024 MPRII 标准 1399 200元 mag xj570 0.28极细至点 视控 onview 视 view Math 1280*102... 阅读全文

posted @ 2005-04-27 09:13 gwazy 阅读(715) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 下一页

导航