Hide Query String

S

Sahil Malik

I have a similar requirement in the website I am architecting.

There are two answers ---

1. Instead of query string, use hidden variables or forms to communicate
your data.
2. A more complex approach is to write an ISAPI filter that maps every
possible query string to an alternate friendly URL.

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
 
T

Thom Little

Thank you for the confirmation. The only way I could find was to use an
ActiveX control that embedded the browser in the WinForm.

I have a WinForm that sends information to a WebForm and the WebForm
displays it and allows the caller to download a file based on controls in
the WebForm.

From the applications I have seen in many delivered products there is no
easy way to remove the query string other then use an ActiveX control.

I would like to have a canned messages that could be optionally displayed
based on information from the WebForm. "You have the latest version".

I have yet to figure out how to examine information from the WebForm while
inside the WinForm.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,825
Latest member
VernonQuy6

Latest Threads

Top