Master Form in C# Windows Forms Applications

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024
  • We have all used Master Pages in ASP.NET applications but in a Windows application we do not have Master Pages. So we need to write custom code to get similar functionality.
    In this sample application we will create a common control that we need for all the forms in the application.
    These controls could be Add, Update, Delete and Refresh .
    Let's create a simple form first that contains all the these controls.
    Use the following procedure to create a sample.
    OOP concepts in C# with Examples
    Object-oriented programming C#
    Class in C#
    Why we use object-oriented programming
    Custom types c#
    C# oop exercises

Комментарии • 1