摘要: 在采用 DIV + CSS 中, 以下两种会出现不同的结果, 应该采用第二种写法<div class="cssClass" /><div class="cssClasss"></div> 阅读全文
posted @ 2010-04-28 10:01 Ken-Cai 阅读(172) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cjx44/archive/2009/12/20/5042292.aspx<input value="Test" type="button" onclick="alert(&quot;OK&quot;);" /> 阅读全文
posted @ 2010-04-27 14:52 Ken-Cai 阅读(378) 评论(0) 推荐(0) 编辑
摘要: userContext = workerID;WorkerService.Delete(workerID, onDeleteSuccceed, onDeleteError, userContext );function onDeleteSuccceed(userContext ){  alert(userContext ); // null}原因: 尽管WorkerService.Delete, ... 阅读全文
posted @ 2010-04-27 13:39 Ken-Cai 阅读(221) 评论(0) 推荐(0) 编辑
摘要: http://www.asp.net/ajax/documentation/live/Overview/default.aspxhttp://www.asp.net/ajax 阅读全文
posted @ 2010-04-27 13:20 Ken-Cai 阅读(145) 评论(0) 推荐(0) 编辑
摘要: asp.net 客户端脚本 使用客户端脚本进行 ASP.NET 网页编程 阅读全文
posted @ 2010-04-20 08:54 Ken-Cai 阅读(109) 评论(0) 推荐(0) 编辑
摘要: http://www.my97.net/dp/index.asp 阅读全文
posted @ 2010-04-08 11:09 Ken-Cai 阅读(151) 评论(0) 推荐(0) 编辑
摘要: http://pc372.bokee.com/viewdiary.13999250.html 在HTML页面测试是没问题.但用CSS单独的页面来实现, 好像不行 阅读全文
posted @ 2010-04-07 14:15 Ken-Cai 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 在V3.7 后, 不要使用下面的分页查询. JJDB[] list = gateway.GetPageSelector<JJDB>(WhereClip.All, null, 5).FindPage(1); 因为GetPageSelector方法已经取消了.应该用的方式:JJDB[] list = gateway.From<JJDB>().ToArray<JJDB>... 阅读全文
posted @ 2010-04-06 09:29 Ken-Cai 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 用TlbImp.exe 软件转化。 它的路径一般是。C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\TlbImp.exe语法:TlbImp 非托管dll文件路径 /out:输出的托管dll文件路径如: TlbImp aaa.dll /out:aaa_NET.dll 阅读全文
posted @ 2010-04-02 14:09 Ken-Cai 阅读(1144) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.SessionState;using System.Workflow.Activities;using Syste... 阅读全文
posted @ 2010-01-27 10:48 Ken-Cai 阅读(184) 评论(0) 推荐(0) 编辑