04 2007 档案

摘要:IntroductionThis article shall describe the construction of a custom control used to play video on an ASP.NET web page. The control is based upon the Windows Media Player active X control; with it you... 阅读全文
posted @ 2007-04-26 16:25 Adam.Zhao 阅读(1057) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/Clingingboy/archive/2006/07/30/463471.aspx 阅读全文
posted @ 2007-04-26 16:19 Adam.Zhao 阅读(215) 评论(0) 推荐(0) 编辑
摘要:ASP.NET2.0 遍历文件夹下所有图片 作者:清清月儿 主页:http://blog.csdn.net/21aspnet/ 时间:2007.4.4 1.以下目录有若干图片(都是大图片) 2.在页面展现效果图 3.代码 后台代码 using System; using System.Data; using System.Configuration; using Sy... 阅读全文
posted @ 2007-04-20 23:08 Adam.Zhao 阅读(433) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/zhenyulu/category/6930.html?Show=All这位老兄的课件不错! 阅读全文
posted @ 2007-04-20 14:58 Adam.Zhao 阅读(275) 评论(0) 推荐(0) 编辑
摘要:New LINQ, WCF and AJAX Labs released As part of the DinnerNow work, the team released this month the QuickStart Labs for three of the technologies used in the DinnerNow sample. In a couple of weeks t... 阅读全文
posted @ 2007-04-20 11:36 Adam.Zhao 阅读(272) 评论(0) 推荐(0) 编辑
摘要:首先感谢作者的辛苦劳动,对此表示由衷的敬意! 下面是作者的原文: 为了写本文,又搭工又搭料,累的2天2宿没睡觉,这篇文章实在是耗费我太多的心血,版权永远属于CSDN社区的清清月儿,请不要试图修改本文,破坏全文的完整性,希望您尊重我的劳动成果! 快速预览: GridView无代码分页排序 GridView选中,编辑,取消,删除 GridView正反双向排序 GridView和下拉菜单DropDow... 阅读全文
posted @ 2007-04-16 17:22 Adam.Zhao 阅读(427) 评论(0) 推荐(0) 编辑
摘要:Introduction Seems that I am going to provide instructions regarding how to face technical interviews on .NET. I am sorry but this is not the content of this article series. I have worked a lot on p... 阅读全文
posted @ 2007-04-16 16:06 Adam.Zhao 阅读(1327) 评论(0) 推荐(0) 编辑
摘要:数据分页处理方法汇总(例子) 1.SET ROWCOUNT ON SELECT TOP (PAGE+1)*SIZE TABLE.* FROM TABLE WHERE ORDER BY COLUMN SET ROWCOUNT ON SIZE SELECT TABLE.* FROM TABLE WHERE ORDER BY COLUMN 特点:读出来的每页数据逆向排列 2.TOP (和第一种方法原... 阅读全文
posted @ 2007-04-05 17:51 Adam.Zhao 阅读(458) 评论(0) 推荐(0) 编辑
摘要:读取XML文件内容的简单方法: /**//// /// XmlOperation 的摘要说明。 /// public sealed class XmlOperation { //private static string configFile = System.IO.Path.GetFullPath("..\\..\\Xml\\Words.xml"); ... 阅读全文
posted @ 2007-04-03 11:46 Adam.Zhao 阅读(787) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示