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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -