Tuesday, March 11, 2008

MessageBox in Silverlight 2.0

One more interesting features in Silverlight 2.0 due to browser interaction support ,is the "ability to use alert method of javascript"

Syntax
System.Windows.Browser.HtmlPage.Window.Alert(xaml);

I found it very useful to deal with exceptions..

No comments: