Hello all,
I am Building an application that will have several forms with First Name Middle name and last Name on them so I decided to build a Control with the textboxes and the labels on it so I can just drop them where I want them.....
everything is cool .net rocks!!
My app is going to be used in a few different departments and the fun part is one of the departments NEVER wants the Middle name to show up on their forms.
I have changed the control so it can omit the middle name and shift the last name stuff correctly if a flag is tripped.
I want the same app and the same control to appear differently at run time depending on a Preference setting.
I am envisioning a Preferences somewhere in the SQL database in a table that the application admin would set either middle names on or middle names off.
Can I read the preference on application start up and somehow set the controls always to use the right configuration or do I have to set the Property every time the control is called?
thanks in advance
bassguy
I am Building an application that will have several forms with First Name Middle name and last Name on them so I decided to build a Control with the textboxes and the labels on it so I can just drop them where I want them.....
everything is cool .net rocks!!
My app is going to be used in a few different departments and the fun part is one of the departments NEVER wants the Middle name to show up on their forms.
I have changed the control so it can omit the middle name and shift the last name stuff correctly if a flag is tripped.
I want the same app and the same control to appear differently at run time depending on a Preference setting.
I am envisioning a Preferences somewhere in the SQL database in a table that the application admin would set either middle names on or middle names off.
Can I read the preference on application start up and somehow set the controls always to use the right configuration or do I have to set the Property every time the control is called?
thanks in advance
bassguy