Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I working on a WP7 PhoneGap prj and I trying to get the value in query string but I can't do it. Any suggestion?
There is no support of querystring in web application using phonegap for windows phone 7.
However we can replace ? with # or anything else to pass the data like convert
Sample.html?id=12312
to
Sample.html#id=12312
Add a comment
What code have you tried so far? And are you using C# or VB.NET?
Here's a basic c# example:
textbox1.text = string.format("Value: {0}",NavigationContext.QueryString.(["id"], out id);
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.