gregburningham
Programmer
Hi all
I am writing an ASP.NET application and I want to be able to set a number of controls (textboxes and dropdown lists etc.) to property "enabled = false"
This is easy enough but at the moment I am doing this the slow way
ie. TestedDateTextBox.Enabled = False
Is there a quick way of looping through all controls in the form ?
Please can you let me know how this is done ... ?
Thanks
Greg B
I am writing an ASP.NET application and I want to be able to set a number of controls (textboxes and dropdown lists etc.) to property "enabled = false"
This is easy enough but at the moment I am doing this the slow way
ie. TestedDateTextBox.Enabled = False
Is there a quick way of looping through all controls in the form ?
Please can you let me know how this is done ... ?
Thanks
Greg B