2

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?

2 Answers 2

3

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
Sign up to request clarification or add additional context in comments.

Comments

1

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);

1 Comment

I don't have c# on my prj I have just html pages

Your Answer

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.

Ask question

Explore related questions

See similar questions with these tags.