Sign In|Join
Home/Silverlight.NET Forums/General Silverlight Programming/Programming with .NET - General/create line chart in silverlight2.0
Last post Sep 27, 2008 05:02 AM by HarshBardhan
Star
10118 Points
1749 Posts
Sep 27, 2008 05:02 AM | LINK
Hi Subhash,
Write a Javascript method in your aspx Page and call it like this from Silverlight
HtmlPage.Window.Invoke("javascriptmethodname",null);
HarshBardhan
Star
10118 Points
1749 Posts
Re: How to intract with html page
Sep 27, 2008 05:02 AM | LINK
Hi Subhash,
Write a Javascript method in your aspx Page and call it like this from Silverlight
HtmlPage.Window.Invoke("javascriptmethodname",null);
Harsh Bardhan