上一页 1 ··· 26 27 28 29 30
摘要: 方式1: foreach (Control c in this.Repeater1.Controls) { HtmlInputCheckBox check = (HtmlInputCheckBox)c.FindControl("chkSelect"); if( check != null ) { check.Checked = true; } ... 阅读全文
posted @ 2008-07-01 11:56 gllg 阅读(184) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.DirectoryServices; using System.Text.RegularExpressions; using System.Collections; namespace IISControlService { /*... 阅读全文
posted @ 2008-07-01 11:56 gllg 阅读(210) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Runtime.InteropServices; using System.Management; namespace Hardware { /// /// Hardware_Mac 的摘要说明。 /// public class HardwareInfo { //取机器名 ... 阅读全文
posted @ 2008-07-01 11:24 gllg 阅读(196) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30