How to add common properties across custom server controls that inherited different base classes
I need a Server Control (named FormLayout
here) that renders child controls based on their attribute.
How to define Child Controls to be passed to a User Control only as data holder
I have a User Control (named FormLayout
here) that generate form elements and divs in specific positioning and styles based on the fields defined in the parent.
How to define Child Controls to be passed to a User Control only as data holder
I have a User Control (named FormLayout
here) that generate form elements and divs in specific positioning and styles based on the fields defined in the parent.