Mixing Silverlight and MS ASP.NET AJAX 3.5 in the same web application.
Posted by: Al Pascual,
on 31 Aug 2009 |
View original | Bookmarked: 0 time(s)
With the templates coming out of VS2008 when you create a Silverlight application, a ASP.NET Web project is created for you to test your Silverlight app that adds the control into a ASPX page and a HTML page. Many developers will use the power of ASP.NET for server side processing and add a few ASP.NET controls on the page where the Silverlight control is. There is when the user will find the problem about mixing up server side controls and Silverlight, the server side controls will cause postbacks...