hi!

I want to have the business-layer not only to serve as datasource for the presentation-layer. What i want to do is that the presentation-layer calls methods of the business-layer which also contains form elements.

The presentation-layer should only contains a mdi-form, menu, statusbar etc. The business-layer should contain all forms and all coding which is necessary for the form. Is something like that possible with remoting?

I've read many articles about .net remoting but all i could find is that the business-layer sends data (binary or xml) to the presentation-layer who contains the necessary routines to display the data.

thanks
robert