I used to be able to use Fieldset to group a collection of buttons, textboxes, and other form controls together and hide them all via
. However, I do not see how to Disable, Enable that component in .Net using CodeBehind. Does anybody have an idea? How can I declare the component in my codebehind so that my code can control it?
Code:
componentName.Disabled = True/False