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

2011年6月28日

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace ServerControl1{ [DefaultProperty("Text")] [ToolboxData("<{0}:ServerControl1 runat=server>& 阅读全文

posted @ 2011-06-28 20:31 itcfj 阅读(183) 评论(0) 推荐(0) 编辑

摘要: 设计类:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;namespace ServerControl2{ public class Des:System.Web.UI.Design.ControlDesigner { public override string GetDesignTimeHtml() { StringWriter sw = n 阅读全文

posted @ 2011-06-28 20:03 itcfj 阅读(536) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Drawing;namespace Mytext{ [DefaultProperty("Text")] [ToolboxData("<{0}:ServerControl1 runa 阅读全文

posted @ 2011-06-28 19:57 itcfj 阅读(262) 评论(0) 推荐(0) 编辑