摘要: This web part acts like an ASP.Net label control. You can display a message or any texts on the SharePoint Web page. As a good note, you can enter HTML codes in the displayed label text. For example, Welcome to my blog: www.cnblogs.com Email: rickieleemail@yahoo.com 阅读全文
posted @ 2004-07-20 10:53 Rickie 阅读(750) 评论(0) 推荐(0) 编辑
摘要: When a web part is deployed into production server, the web part displays and works properly, but shows a "ErrorWebPart" error in the web part maintenance page under the Type and "Error" under the title. In the meanwhile, you can't edit the web page in FrontPage 2003 once the web part in installed as it tells the web part is not safe. 阅读全文
posted @ 2004-07-20 07:52 Rickie 阅读(1670) 评论(5) 推荐(0) 编辑
摘要: Code access security is implemented by a series of configuration files, such as machine.config, web.config and customization policy files. 阅读全文
posted @ 2004-07-20 03:25 Rickie 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: When you create any ASP.Net controls in a web part, you should override the CreateChildControls method. In the CreateChildControls method, you will instantiate each control, set its properties, create any necessary event handlers, and add the created child controls to the web part's Controls collection inherited from System.Web.UI.Control. 阅读全文
posted @ 2004-07-20 02:58 Rickie 阅读(719) 评论(0) 推荐(0) 编辑