I don't really know where to create this thread. I'm new to silverlight controls (from Infragistics) and I'd like to know if there is a way to host silverlight controls in aspx pages and access their properties and methods. I'm developing a web site and the 80% is web controls but i'd like to add some silverlight ones.
Thanks in advance for the help
With Silverlight you can make calls to JavaScript and with JavaScript you can make calls to Silverlight. It is pretty straight forward to do this. You can look at this article for example http://pietschsoft.com/post/2008/06/Silverlight-and-JavaScript-Interop-Basics.aspx