0

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?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

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.

Ben Robinson
  • 21,601
  • 5
  • 62
  • 79