How to make GUI reusable in .NET
Wed can make code reusable in .NET by Class Library but how to make GUI ie all forms in Web application to be reusable so that the classes in class library and the forms all together are a single reusable component so that they can be used in other applications.
|