I have an ASP.NET page. What I want to do is pass in an ID field that is in the querystring.
So if my page is
http://www.mysite.com/default.aspx?id=35
I want a silverlight control that is on this page to have access to the id field. My silverlight control is going to get data for a grid and it needs to use the id.