如何在 Web 部件页面中查找具有 ID 的 Web 部件
我有一个 Web 部件页面,其中有三个区域 zone1、zone2 和 zone3。每个区域都有用户控件。我希望特定的用户控件不呈现,具体取决于我在数据库中的设置。 如果有人有想法,请回答。
I have a web-part page in which i have three zones zone1,zone2 and zone3.Each of these zones have user controls.I want a specific user control not to render depending on the setting i have in database.
If anybody have idea.Please answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您必须重写 WebPartChrome 类的 RenderWebPart 方法。在该方法中,您可以检查数据库中的设置并决定是否渲染 Web 部件。在该方法中,您还拥有唯一标识 WebPart 的 webpart.uniqueid任何区域内的 web 部件。希望这会对某人有所帮助。如果有人仍然有问题,您可以给我发电子邮件。
To do this you have to override the RenderWebPart method of WebPartChrome class.In that method you can check the setting from database and decide whether to render the web-part or not.In that method you also have the webpart.uniqueid that uniquely identify the webparts within any zone.Hope this will help someone.If somebody have still problems you can email me.