I want to develop a silverlight application as follows - I have a text box and i use this textbox to search for a specific keyword. I create a tree view structure based on the search criteria. When i right click on a node and click on a context menu, i want to open the same page in different browser and start the search automatically with some new keyword. I am able to open the page in new browser but the application does not show me any search. I also tried to assign new value of the keyword to the text box in new page but it doesnt show me anything. How can we load the same silverlight application from the same xaml page by passing the new parameters to the Application_Startup event?