Ask a Question related to ASP, Design and Development.
-
Alan #1
Imitating a virtual dir with a querystring parameter
Can someone give me an idea of how the technique that lets a querystring
parameter look like a virtual directory reference works.
You can see this in action at sites like [url]www.aspfaq.com[/url], where
[url]http://www.aspfaq.com/2161[/url] is actually a reference to
[url]http://www.aspfaq.com/show.asp?id=2161[/url]. Is it just a case of using a custom
404 processor to pick up the trailing identifier and causing a redirect to
show.asp, or is something else involved?
Cheers,
Alan
Alan Guest
-
CFHTTP: Imitating a Browser
I want to send a cfhttp request whose header contains the following fields AND ONLY the following fields: Host User-Agent Keep-Alive... -
querystring parameter passing problem in a datagrid using hyperlink column
I can not display the data retrieved from the database using querystring. My code here , I could not find the problem. void Page_Load(object... -
URL (Querystring) Encode
Hi, I am working with VB. Does anyone know how to encode a set or querystrings using vb? For example: Unencoded:... -
Date Parameter For Saved Parameter Queries
Hi again, I finally got to using saved parameter queries in my application (a big thank you to Bob Barrows for helping me with this). Currently... -
Pack QueryString
I've got a (probably) long list of data which I want to send to an ASPX page by query string. To keep the URL short and compact I want to compress...



Reply With Quote

