Can we use ASP.NET website inside the Silverlight application
-
salon wrote:
Can we use ASP.NET website inside the Silverlight application?
No. Why do you want to use ASP.NET website inside Silverlight?
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)
-
What do you mean by "Can we use it?" Are you asking if you can reference asp.net objects from a silverlight application? Are you asking if you can display/run asp.net pages within a silverlight control? Are you asking if Silverlight application can host an asp.net site?
Troy Johnson www.anothercodesite.com/blog
-
What do you mean by "Can we use it?" Are you asking if you can reference asp.net objects from a silverlight application? Are you asking if you can display/run asp.net pages within a silverlight control? Are you asking if Silverlight application can host an asp.net site?
Troy Johnson www.anothercodesite.com/blog
I had had a similar question a little while ago. i wanted to write the majority of the application in Silverlight but then wanted the ability to display aspx pages in a browser control within the Silverlight app. I stopped the project before I really needed it so I never got far towards figuring it out really but I am still interested...
-
I had had a similar question a little while ago. i wanted to write the majority of the application in Silverlight but then wanted the ability to display aspx pages in a browser control within the Silverlight app. I stopped the project before I really needed it so I never got far towards figuring it out really but I am still interested...
Well... let's say a Silverlight app must live inside a web page (e.g. an ASP .net web project). How to integrate both applications? --> ASP .net using WCF services inheriting the ASP .net context (session). --> using the bridge enabled that let Silverlight access properites and method in the javascript and the other way around (you can call from javascript a silverlight method). HTH Braulio
/// ------------------------- Braulio Díez DBSchemaEditor.com Free Silverlight based DB Schema Modeling Tool /// -------------------------