asp.net 中的 Web 部件?
ASP.NET 中的 Web 部件是什么? Web 部件上的一个简单示例。先感谢您。
what is webparts in asp.net? a simple example on webparts. thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Web 部件允许通过拖放最终用户自定义来构建类似门户的动态 UI。
来自 ASP.NET Web 部件概述:
门户网站的示例包括 iGoogle、我的 Yahoo! 和 Windows Live 个性化体验。
简单示例
资源
Web Parts allow building dynamic portal-like UI with drag/drop end-user customization.
From ASP.NET Web Parts Overview:
Examples of web portals are iGoogle, My Yahoo!, and Windows Live Personalized Experience.
Trivial example
Resources
Web 部件:Web 部件是内置于 ASP.NET 2.0 中的框架,用于构建高度可定制的门户样式页面。用户可以在浏览器中为每个用户进行自定义用户设置。例如浏览器中每个控件的最小化、最大化、关闭等。
http: //www.csharpcorner.com/UploadFile/a_anajwala/Building_WebParts.mht08042005042119AM/Building_WebParts.mht.aspx?ArticleID=62ffd1b4-98fa-41cc-9512-9b0637e91eed
http://ondotnet.com/pub/a/dotnet/2005/01/10/liberty.html
注意:Web 部件会消耗浏览器内存:)
Web parts : Web Parts is a framework built into ASP.NET 2.0 for building highly customizable portal-style pages.?User can do customized user settings in browser for each user.Like minimize ,maximize ,close etc for each control in browser .
http://www.csharpcorner.com/UploadFile/a_anajwala/Building_WebParts.mht08042005042119AM/Building_WebParts.mht.aspx?ArticleID=62ffd1b4-98fa-41cc-9512-9b0637e91eed
http://ondotnet.com/pub/a/dotnet/2005/01/10/liberty.html
Note : Web parts is a browser memory eater :)