DCSIMG
Xaml - Gady Elkarif's Blog

Gady Elkarif's Blog

Browse by Tags

All Tags » Xaml (RSS)
Create a WPF UserControl Library Project
Create a WPF UserControl Library Project In Visual Studio 2008 you can create a Windows Presentation Foundation (WPF) UserControl Library Project , and developing your own controls. Then, you need an application to run those controls, I will show here a static way to run one of the controls. Add WPF Application Project to the solution, and set a reference to the UserControl Library. App.xaml Your App.xaml is like the following xaml: < Application x:Class = " MyApp.App " xmlns = "...
Call Silverlight from JavaScript
Call Silverlight from JavaScript This post is about great feature - the Managed HTML Bridge . With this feature, you can use JavaScript to call Scriptable managed code include properties, methods and events. In the previous post I wrote about Creating Silverlight Controls and Web Service with ASP.NET Futures , I will use this type of project to create a Web Application , and Xaml control. Register the Class as Scriptable Object After creating the Web Application and a Silverlight Project, lets register...
Creating Silverlight Controls and Web Service with ASP.NET Futures
Creating Silverlight Controls and Web Service with ASP.NET Futures In this post I will demonstrates how Silverlight 1.1 can received and display data from a web service using the controls from ASP.NET Futures package. Microsoft ASP.NET Futures July 2007 The Microsoft ASP.NET Futures July 2007 release contains an early developer preview of features providing new functionality for ASP.NET and Silverlight . There are two new ASP.NET server controls: a Media server control for integrating media sources...