上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
  2007年4月4日
摘要: 表单认证,可结合前段时间的Cookies进行操作Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //如下方式可以自由跳转页面 FormsAuthentication.SetAuthCooki... 阅读全文
posted @ 2007-04-04 16:24 Gary.han 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 查找存储过程包含内容Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Use 数据库DECLARE @ProcName varchar(50)Create Table #tmpName(Content varchar(2000))Create Tabl... 阅读全文
posted @ 2007-04-04 16:11 Gary.han 阅读(1113) 评论(1) 推荐(0) 编辑
  2007年3月28日
摘要: string[] ary = System.Text.RegularExpressions.Regex.Split(strTemp, "//"); 阅读全文
posted @ 2007-03-28 14:41 Gary.han 阅读(485) 评论(0) 推荐(0) 编辑
  2007年3月26日
摘要: 使用瑞星杀毒Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System.Diagnostics public class MyProcess{ public void OpenWithArguments() { P... 阅读全文
posted @ 2007-03-26 21:16 Gary.han 阅读(664) 评论(0) 推荐(0) 编辑
  2007年3月19日
摘要: 分组后字段内容相加Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--建立测试环境 Create Table TEST (ID Varchar(10), Name Nvarchar(10)) Inse... 阅读全文
posted @ 2007-03-19 14:00 Gary.han 阅读(2309) 评论(1) 推荐(0) 编辑
  2007年3月14日
摘要: [Ajax.AjaxMethod(Ajax.**Session**.Read)]函数实体 阅读全文
posted @ 2007-03-14 18:17 Gary.han 阅读(1285) 评论(1) 推荐(0) 编辑
摘要: DataView的RowFilter与RowStateFilter分别可以按照自定义条件、DataViewRowState的记录行状态来过滤数据(有时测试不太好使,可能因人而异哈哈。。)。例: DataView事例Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.co... 阅读全文
posted @ 2007-03-14 18:13 Gary.han 阅读(2136) 评论(0) 推荐(0) 编辑
  2007年3月2日
摘要: 批量生成Insert脚本Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SELECT 'INSERT INTO Previse(PreviseID,PreviseDate,PreviseInfo) VALUES('+cast(PreviseID as ... 阅读全文
posted @ 2007-03-02 13:08 Gary.han 阅读(1371) 评论(4) 推荐(0) 编辑
  2007年2月27日
摘要: 滚动条置底Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> IDictionaryEnumerator myEnumerator = htErrorInfo.GetEnumerator(); while(... 阅读全文
posted @ 2007-02-27 11:08 Gary.han 阅读(1014) 评论(1) 推荐(0) 编辑
摘要: 用回调方法检索数据Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//*用回调方法检索数据下面的示例演示了一个从线程中检索数据的回调方法。包含数据和线程方法的类的构造函数也接受代表回调方法的委托;在线程方法结束前,它调用该回调委托。*/using... 阅读全文
posted @ 2007-02-27 11:03 Gary.han 阅读(405) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页