views:

34

answers:

0

I'm using a ListView control in my ASP.NET application, and I need to be able to show/hide the 'edit' button depending on user roles. How can I do this?

Thanks