When using the Silverlight ASP. NET web control, there is an 'InitParameters' property that you can use to pass in initialization parameters as key/value pairs.
When using the Silverlight ASP. NET web control, there is an 'InitParameters' property that you can use to pass in initialization parameters as key/value pairs... Then in your Silverlight application, you can read those properties in the application's Startup event... public partial class App : Application { public App() { Startup += Application_Startup; } private void Application_Startup(object sender, StartupEventArgs e) { string id = e. InitParams"id"; string name = e.
InitParams"name"; } } The InitParameters property of the StartupEventArgs is simply a generic IDictionary.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.