I have the following code:
NavigationService.Navigate(new Uri("/Test.xaml?msg="+msg, UriKind.Relative));
Where my string msg is too large and I get an exception thrown saying that the URI is too long. Could anyone make any suggestions as to what I could do to get msg on my target page?
Thanks