Wednesday, December 23, 2009

Response Redirect in Silverlight.


here in silverlight we have to use below code navigate to from one pages to another pages.

in the code we can mention target as well as browser features like height width....

Example
HtmlPage.Window.Navigate(new Uri("
http://www.google.com"),"_blank","width:100,height:20");