随笔分类 -  asp.net

摘要:usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Web.UI;usingSystem.ComponentModel;usingSystem.Web.UI.HtmlControls;usingSystem.Web;usingSystem.Web.UI.WebControls;usingSystem.Collections;[assembly:WebResource("Framework.Library.Web.WebControl.jquery.ui.autobox.css",& 阅读全文
posted @ 2011-07-20 10:07 SCADA组态软件(2D,3D) 阅读(462) 评论(0) 推荐(0)
摘要:引用: using System.DirectoryServices; 获取虚拟目录或网站: private DirectoryEntry IsExistVDir(string hostName, string vDirName, out int webSiteNum) { DirectoryEntry rootEntry = new... 阅读全文
posted @ 2008-05-09 09:35 SCADA组态软件(2D,3D) 阅读(680) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Drawing;using System.Drawing.Drawing2D;namespace DrawGraphic{ public class DrawProduct { /**/... 阅读全文
posted @ 2006-07-12 20:20 SCADA组态软件(2D,3D) 阅读(1052) 评论(0) 推荐(0)
摘要:前台代码: 发件人 标题 日期 ... 阅读全文
posted @ 2006-06-26 15:26 SCADA组态软件(2D,3D) 阅读(1231) 评论(0) 推荐(0)
摘要:掌握要点: ,DataGrid翻页事件...详细代码如下,慢慢体会.. using System;using System.Collections;using System.Collections.Specialized;using System.Text;using System.Text.RegularExpressions;using System.Web.UI;using System.W... 阅读全文
posted @ 2006-06-20 18:21 SCADA组态软件(2D,3D) 阅读(1145) 评论(3) 推荐(0)
摘要:具体代码如下 protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { //e.CommandArgument获得命令行的索引 if (e.CommandName == "SetNotice") { if (!demo.me... 阅读全文
posted @ 2006-05-30 13:10 SCADA组态软件(2D,3D) 阅读(3390) 评论(2) 推荐(0)