How do I input text into a Silverlight application?
For Silverlight 1.0, there is no “TextBox”. Rather, you have to overlay an HTML control over your Silverlight application and use JavaScript to bridge between the HTML control and the Silverlight application. This is explained in greater detail and a sample is shown in this topic: http://msdn2.microsoft.com/en-us/library/bb412399.