A single button should be used in all the forms.
- by mugamath
i need to use a single button for all forms in a vb.net project.
The single button should be called in the forms to perform operations.
For eg.,
In a form i need to save, update the records.
When i call the button, save and update buttons should be appeared at runtime
using the single button.
guide me....