Querystring issue
-
-
hi all, i know this is not a windows app forum but i want to pass querystring from my web page and fetch it into my windows application. I am using some 3rd party tool web GUI for my windows app to run it as web application. Plz help.....:confused:
bhavnvyas wrote:
I am using some 3rd party tool web GUI for my windows app to run it as web application.
Then You better ask third pary tool developing team..! As you are using the 3rd party tool first check tht it is supported for such type..! BTW You didnt mention the 3 rd party vendor name so tht if any one uses the 3rd party tool before they can help You..!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
-
bhavnvyas wrote:
I am using some 3rd party tool web GUI for my windows app to run it as web application.
Then You better ask third pary tool developing team..! As you are using the 3rd party tool first check tht it is supported for such type..! BTW You didnt mention the 3 rd party vendor name so tht if any one uses the 3rd party tool before they can help You..!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
-
thnx for reply but WebGUI itself is a my tool. leave it neways but wat if i am developing somt web gui application in windows app thn how to fetch querystring data...plz help....
-
bhavnvyas wrote:
web gui application in windows app
What do you mean by tht..! Can You Explain it More briefly..!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.
thnx again in my web site i want to use some windows form features so for tht i am inclunding one page which is basically windows form for tht i am using webgui visual studio express which run my application in web. so i want to pass querystring from my web application page to this windows app page which is basically .wgx page
-
thnx again in my web site i want to use some windows form features so for tht i am inclunding one page which is basically windows form for tht i am using webgui visual studio express which run my application in web. so i want to pass querystring from my web application page to this windows app page which is basically .wgx page
What is the problem.... load the page using
Webbrowser
control of your windows application and invoke the items which you need to get the querystring... For example : Say I add aWebbrowser
control on my form, now during form load I passwbrowser.Navigate(new Uri("http://codeproject.com"));
Next I navigate to an article. You might invoke browser buttons to navigate. Finally to get the querystring you use :wbrowser.Url.Query
I hope this is what you needed. :rose: Next time post in right section.Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript