c# - Question about tab control -


i creating app that uses tabbed view. pull data sql database , display in grid. want able allow users add, edit, delete, etc on each tab. there way have add, edit, , delete buttons show on each tab without having code each tab individually? let me know if more info needed. thanks

you either put buttons outside tab control , apply them selected tab, or have each tab display control derived base class includes buttons (so implemented once in base class).


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -