Load Silverlight combo-box with data from a Entity Model in Host ASP.NET MVC application -


i have particular scenario has defied attempts made @ handling it. have silverlight application hosted in asp.net mvc application. asp.net application has ado.net entity model connects database.

a combo box on silverlight page has combo box should loaded data when asp.net page hosts silverlight application loads. data should contain should come data in asp.net application hosts silverlight app.

i thought of putting data in session within asp.net app's controller action returns view hosts silverlight app, hoping load in load method of silverlight app sessions not exist in silverlight.

i have equally tried wcf, data services, wcf ria library, domain service class , kept getting error "an error occured while trying download service info". please best way achieve this? thank you.

here found material through these links:

http://social.msdn.microsoft.com/forums/silverlight/en-us/cc195a53-f596-43de-9d99-8d6a6ed1ced0/how-to-serialize-a-object-to-xml-in-silverlight

http://social.msdn.microsoft.com/forums/silverlight/en-us/f090ee80-4574-40e4-98c3-fd3049a3e4ec/how-to-deserilize-the-serialized-xml-into-it-original-form-of-object-?forum=silverlightnet

http://www.dotnetglobe.com/2011/07/passing-objects-between-aspnet-and.html

grateful platform s.o.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -