I have a custom control for building forms to automatically generate a label-input field pair. But I need to be able to modify attributes of the generated label-input field pair in my vb code behind file. The problem is that the code behind file seems to be applied before the custom control. How do I work around this issue?
I have a custom control for building forms to automatically generate a label-input field
Share
You could expose the inner controls as public properties of your custom control.
For example: