PureMVC Architects Lounge

PureMVC Manifold => Standard Version => Topic started by: sadaqatbukhari on October 07, 2008, 04:55:56



Title: MVC Implementation in C#
Post by: sadaqatbukhari on October 07, 2008, 04:55:56
Hi All,

I want to implement MVC in C#.net. I have multiple view and single controller.
I have grid on the form which is docked in MDI Parent form. User want to view same out put in un-docked view. If user perform any action then same effect should appear on the both views.

Thanks,
Syed Sadaqat Hussain


Title: Re: MVC Implementation in C#
Post by: puremvc on October 07, 2008, 03:11:25
Are you familiar with the actors of the PureMVC framework?

-=Cliff>