Calendar
<<  May 2012  >>
MoTuWeThFrSaSu
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Posted by Elisy.Net 18. July 2008, 05:03
This article describes how to work with services in Silverlight Composite Application. Example is attached.. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
The following class helps to pack html javascript blocks and to deliver it at the same time with the Silverlight application. The script code can be placed either into the xap-packet or into the assembly like an embedded resource. This approach allows you write Silverlight components in iso... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
The first way is well known and you can read this technique at Dave Relyea's Blog. The alternative technique is to create script element on the page with java script commands. The C# code will be like this: HtmlElement script = HtmlPage.Document.CreateElement("script"); s... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5