Monday, March 29, 2010

Alert Popup in Silverlight

Javascript alert message is easily build in the silverlight application. The code is,

Browser.HtmlPage.Window.Alert("New item added !");

No comments:

Post a Comment