Dealing with Silverlight InitParms
I’ve found the best way access initParams throughout your Silverlight Application is to put them in a global static dictionary. This is how I setup my initParms dictionary. First we need to set an initParams in our ASPX Page: 1 …