Re: Dynamic gridview content based on user role?



Will something like this work?
<control enabled='<%=Roles.IsCallerInRole("Admin")%>'>

.