Calendar
<<  May 2012  >>
MoTuWeThFrSaSu
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910
As we can see in Silverlight 2.0 beta 1 developers forgot about including well known .Net class Trace from System.Diagnostics. Therefore it is difficult to output debugging messages into log and analyse it. Log can help greatly in performance optimization tasks for example. New Elisy.Scab.Ser... [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