Link to home
Start Free TrialLog in
Avatar of alfonzocarson
alfonzocarson

asked on

Dynamically Controlling form controls.

I have all the names of the controls in an DataTable in my application. I need to enable/disable, set textboxes to readonly, set password characters etc from a section of code based on the data in this datatable.
The data will appear the datatable like this:

[CONTROL_NAME] [READ] [WRITE]

Can anyone tell me how to do this?

ASKER CERTIFIED SOLUTION
Avatar of eozz_2000
eozz_2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial