DCSIMG
Parameters - Life Michael

Browse by Tags

All Tags » Parameters (RSS)

The Silverlight Application Model

I have recently completed to develop the 6th topic of my Silverlight Basics course. It covers the application model in a Silverlight application. The community version of my course is available for free personal usage at www.abelski.org . The professional version is available at www.abelski.com . The following two video clips were developed as part of this new topic. I will be more than happy to get your remarks.
Posted by life | with no comments

Silverlight Initialization Parameters

We can easily pass initialization parameters from the HTML code that invokes the Silverlight application to the Silverlight application itself. The parameters should be placed as key value pairs, while the keys are their names and the values are the values of each one of them, as a string which is the value of a parameter placed as a child element of the Silverlight application object element. The name of that parameter should be initParams. <%@ Page Language="C#" AutoEventWireup="true"...
Posted by life | with no comments