Hi all,
How do use QueryString In Silverlight
I have to pass values from one .xaml.cs to another .xaml.cs using querystring
Thanks In Advance,
Kannan.S
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pradeep ChandrakerPosted Jun 19, 2011, 11:54 PM
HtmlPage.Document.QueryString["Name"]
Passing querystring from one silverlight page/ control to another page/control. I am not sure if you have this kind of functionality until they are part of same application.
But if you want to pass some value from one page to another, you can pass it to constructor of that page/control, like you normally do with classes.
Jiteendra SampathiraoPosted Jun 18, 2011, 6:25 AM
refer these links:
http://wp7jb.blogspot.com/2011/05/query-string-in-silverlight.html
http://silverlighttips.com/post/2009/09/30/GettingQueryStringTryParse.aspx