I didn't get any replys so I think I need to rephrase my question. I am developing a new database application which requires many forms with add, change, delete capability. I am developing the forms as user controls with a panel on the main form as the container.
Many of the user forms (user controls) require add, change, delete buttons.
What is the best method to create these buttons so that I can create them once and then re-use them many times. Should I build a template base form class with the buttons and then use visual inheritance?
Any advice is appreciated.
Thanks