Gavin Leader
RIA based on Microsoft technologies (mostly Silverlight... Silverlight 2 that is)
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
Blend
c#
Controls
Introduction
Javascript
RIA
Silverlight
Visual Studio
Xaml
Sponsors
advertise here
Navigation
Home
Blogs
Archives
November 2008 (1)
September 2008 (1)
June 2008 (2)
Recent Posts
0
Comments
Introduction to Silverlight Controls
by
gavinleader
This introduction to Silverlight Controls is the topic of the second week of a Silverlight class that John Stockton and I are beginning at Ascentium . Last week we gave a more high-level review of the Silverlight plug-in and an intro to XAML. ...
Filed under:
Blend
,
Silverlight
,
Introduction
,
Controls
4
Comments
Calling Silverlight managed code (C#) from the client-side (Javascript)
by
gavinleader
Even though we write managed code to build Silverlight apps, it all exists on the client side, so we need to be able to have html and Silverlight interact without hitting the server-side. This is built into Silverlight 2, and is very similar to exposing...
Filed under:
c#
,
Silverlight
,
Javascript
3
Comments
AJAX History control - using with a GridView
by
gavinleader
The History control allows web applications to inject browser history checkpoints based on the state of a AJAX control. The History control can store the state of a single serializable object, or can take a Dictionary < string , object > pairing...
Filed under:
AJAX
,
RIA
,
c#
,
Visual Studio
,
.NET
3
Comments
Silverlight 2 - Creating a Play/Pause button using a ControlTemplate
by
gavinleader
A Button is one of the most common elements used in an interactive application. In Silverlight 2, it is possible to specify nearly any control’s appearance by using a ControlTemplate. The control’s template can be defined within the control’s <ControlTemplate...
Filed under:
RIA
,
c#
,
Visual Studio
,
.NET
,
Blend
,
Xaml
,
Silverlight
More Posts