
.NET控件开发
cloudandy
奔跑在IT的长道上,通过WEB开发实现自己的价值。
http://noteba.com/
展开
-
控件的设计时支持(ControlDesigner)
public class TestDesigner : ControlDesigner { public override string GetPersistInnerHtml() { return text.ToString(); } public override原创 2007-04-23 10:35:00 · 1587 阅读 · 0 评论 -
资源文件的嵌入及自定义控件Tag
FOR EXAMPLE:using System.Web.UI;[assembly: System.Web.UI.TagPrefix("{projectname}", "AjaxService")][assembly: WebResource("{projectname}.Resource.test.js", "text/javascript")]同时把项目下的Resource目录内的原创 2007-04-23 10:45:00 · 750 阅读 · 0 评论 -
自定义控件生成器(ControlBuilder)
public class TestBuilder : ControlBuilder { public ScriptManagerBuilder() { } public override Type GetChildControlType(String tagName, IDictionary attributes)原创 2007-04-23 10:38:00 · 1048 阅读 · 0 评论