博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2007年2月8日

摘要: 1.html代码 DataGridNesting ... 阅读全文

posted @ 2007-02-08 15:03 余墨 阅读(580) 评论(0) 推荐(0)

摘要: 1.html代码 NestedDataLists 省市 & 市区 ... 阅读全文

posted @ 2007-02-08 14:59 余墨 阅读(288) 评论(0) 推荐(0)

摘要: 使用微软提供的webservice.htc实现通过JavaScript调用WebService.1.首先从微软网站上下载webservice.htc,我附件源代码也包含,不下载也可以http://msdn.microsoft.com/workshop/author/webservice/webservice.htc2.在网页BODY中添加一个DIV,实现对webservice.htc的引用 3.... 阅读全文

posted @ 2007-02-08 14:53 余墨 阅读(221) 评论(0) 推荐(0)

摘要: 1.建立一个aspx页面,copy html代码 Untitled Page 2.cs代码 using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using Syste... 阅读全文

posted @ 2007-02-08 14:51 余墨 阅读(483) 评论(0) 推荐(0)

摘要: 1.首先引用 using System.Runtime.InteropServices; 2.html代码 WebForm3 ... 阅读全文

posted @ 2007-02-08 14:48 余墨 阅读(305) 评论(1) 推荐(0)

摘要: SystemInfo Window及系统路径: ... 阅读全文

posted @ 2007-02-08 14:47 余墨 阅读(236) 评论(0) 推荐(0)

摘要: 一.静态的 图片渐变轮换效果 图片渐变轮换效果(IE),请等几秒钟看效果 二.动态的1..html代码 图片渐变轮换效果 图片渐变轮换效果(IE),请等几秒钟看效果 ... 阅读全文

posted @ 2007-02-08 14:21 余墨 阅读(416) 评论(0) 推荐(0)

摘要: 方法一:弹出对话框提示1.html代码 WebForm6 2.cs代码 private void Page_Load(object sender, System.EventArgs e) { ... 阅读全文

posted @ 2007-02-08 14:18 余墨 阅读(667) 评论(0) 推荐(0)

摘要: 1.建立一个class,ReadWriteConfig.cs using System;using System.Configuration;using System.Reflection;using System.Web;using System.Xml;public enum ConfigFileType{ WebConfig, AppConfig}namespace WebApp... 阅读全文

posted @ 2007-02-08 14:16 余墨 阅读(345) 评论(0) 推荐(0)

摘要: 1.WMI简介WMI是英文Windows Management Instrumentation的简写,它的功能主要是:访问本地主机的一些信息和服务,可以管理远程计算机(当然你必须要拥有足够的权限),比如:重启,关机,关闭进程,创建进程等。2.使用时首先添加System.Management.dll,然后引用 using System.Management;using System.Threadi... 阅读全文

posted @ 2007-02-08 14:14 余墨 阅读(329) 评论(0) 推荐(0)