如何创建包含角色(管理员或非管理员)下的控件的 ASP.NET 4.0 页面
我想使用 ASP.NET 4.0 (C#) 构建网页,并且我希望为管理员角色显示一些控件。并对普通用户消失。
我建议使用(多视图)标准控制!
问题是:这个方法完美吗?或者还有很多更好的方法可以应用?
I want to build web pages using ASP.NET 4.0 (C#), and I want some controls to be appear for the admin role for example. And disappear for the normal user.
I suggested the (Multiview) standard control!
The question is: Is this method PERFECT? or there are many better methods to apply?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非在 ASP.NET 4.0 中引入了某种新的方法来执行此操作,否则这是执行此操作的正确方法,这正是 MultiView 控件的设计目的。
Unless some new way of doing this has been introduced in asp.net 4.0 then this is the correct way of doing this, it is exactly what the MultiView control was designed to do.