views:

132

answers:

1

Hi,

I have a solution with MVC web application, WCF web service and Silverlight. MVC starts Silverlight and Silverlight gets the parameters using web service. Now I have to pass a variable from Silverlight to MVC (not with get/post). How can I do that?

Thanks

A: 

See this for information about accessing th HTML DOM from Silverlight. And see this to see how to access JavaScript from Silverlight.

Jimmy Chandra