Is it possible? I'm not familiar with silverlight architecture, but i know about wpf and asp.net mvc. is it possible to replace mvc view page with silverlight ones?
+2
A:
You can't replace an MVC view page with a silverlight one. But you can embed a silverlight app in one.
RonaldV
2010-10-13 08:56:43
would u give a simple example.
SaeedAlg
2010-10-13 10:07:36
I did a little search and it's explained pretty well in this article. http://timheuer.com/blog/archive/2009/02/09/silverlight-as-a-view-in-aspnet-mvc.aspx
RonaldV
2010-10-13 10:58:17