文章分类 -  Controls

摘要:正好在研究asp.net自定义控件制作,HtmlTextWriter在控件制作中发挥重要作用,能够帮助我快速生成html语句。因此决定写下笔记,方便以后查阅。HtmlTextWriter的名称空间是System.Web.UI,如果在winform程序下使用,不要忘了添加System.Web.dll引用。 HtmlTextWriter与Html32TextWriter 这两个类不存在继承和被继... 阅读全文
posted @ 2008-02-22 15:04 马建康 阅读(519) 评论(0) 推荐(0)
摘要:Step by Step Approach.. 1. Created Web Application with Tree View control functionality is given down 2. Hosted using Page viewer web part.. This is Ram Naresh , I worked on Tree View control an... 阅读全文
posted @ 2008-02-22 08:27 马建康 阅读(540) 评论(0) 推荐(0)
摘要:ASP.NET 2.0 TreeView has many built-in features such as showing a checkbox for all the Tree Nodes. Node level formating, style, etc., Enabling the ShowCheckBoxes="All" property sets it to show a check... 阅读全文
posted @ 2008-02-22 08:24 马建康 阅读(230) 评论(0) 推荐(0)
摘要:全选/取消 1 阅读全文
posted @ 2008-02-22 08:20 马建康 阅读(163) 评论(0) 推荐(0)
摘要:Aspx: 新增產品類別 新增產品 ... 阅读全文
posted @ 2008-02-21 17:04 马建康 阅读(670) 评论(0) 推荐(0)
摘要:TreeView.aspx TreeView控件右键菜单 ... 阅读全文
posted @ 2008-02-21 14:53 马建康 阅读(370) 评论(0) 推荐(0)
摘要:ASPX: ' CausesValidation="True"> ... 阅读全文
posted @ 2008-02-21 09:54 马建康 阅读(403) 评论(0) 推荐(0)