asp.net, enable/disable tabpanel

Posted by user321256 on Stack Overflow See other posts from Stack Overflow or by user321256
Published on 2010-04-20T12:16:36Z Indexed on 2010/04/20 14:33 UTC
Read the original article Hit count: 255

Filed under:
|
|

Why isn't this working?

<ajaxToolkit:TabPanel Enabled='<%# User.IsInRole("admin") %>'...

While this works:

<asp:TextBox Enabled='<%# User.IsInRole("admin") %>'...

© Stack Overflow or respective owner

Related posts about tabpanel

Related posts about ajaxtoolkit