3
Answers

How to make one module or master page in C# windows forms application not in asp.net

Arvind Yadav

Arvind Yadav

12y
5.8k
1
I am working on C# application, in which i make 4 forms, subject, student, chapter, subchapter forms. now i want to add all these 4 forms into "one module or master " like studentmaster. so when i go on studentmaster all these forms are shown in sequance. how to make these master or module in C# application.
Answers (3)