Why isn't this working?
<ajaxToolkit:TabPanel Enabled='<%# User.IsInRole("admin") %>'...
While this works:
<asp:TextBox Enabled='<%# User.IsInRole("admin") %>'...
|
Why isn't this working?
While this works:
| |||||
feedback
|
|
Is the first example within a binding context (bound control)? Perhaps you want to use the output directive instead of the binding directive?
EDIT: My bad.
| |||||
feedback
|