Is there a way to host a silverlight menu in my aspx page and interact with it, I'm developing a web site but is not silverlight.
Thanks in advance for the help
Hello,
You can access the HTML DOM and call JavaScript functions from Silverlight so yes the menu could interact with your page. This article on Interaction between Silverlight and HTML may help you get started:
http://www.silverlightshow.net/items/Interaction-between-Silverlight-and-HTM.aspx
While it is possible to interact with the HTML DOM, I would recommend using the WebDataMenu for providing a menu in ASP.NET web pages.