G
Guest
Using Visual Studio .NET 2003 with C#
I have a screen which is used to View, and Update a load of fields. The
fields are displayed in TextBox objects and are databound to a typed dataset.
I have a toolbar with Add Update and Save buttons on it. When the user goes
into this screen I want it view only, so all the text boxes are disabled.
When they click the update button i want to rip through and enable all these
objects. How can I do this? Can I foreach through them some how? store
them in an ArrayList somehow?
Thanks
Steve
I have a screen which is used to View, and Update a load of fields. The
fields are displayed in TextBox objects and are databound to a typed dataset.
I have a toolbar with Add Update and Save buttons on it. When the user goes
into this screen I want it view only, so all the text boxes are disabled.
When they click the update button i want to rip through and enable all these
objects. How can I do this? Can I foreach through them some how? store
them in an ArrayList somehow?
Thanks
Steve