Calendar
<<  May 2012  >>
MoTuWeThFrSaSu
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910
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