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"...