views:

18

answers:

1

Hello world!

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?

Thanks all :)

A: 

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
Thanks bro :)I'll use it.
Hashem Alrifai