Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 23rd, 2007, 12:24 PM
Authorized User
 
Join Date: Feb 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default Replacing "?" and "&" with "/" in url

I would like to use dynamic url's as they can be used in postnuke opencms v0.8.

Please take a look at the url below:
http://www.tien.tv/web/show/id=47822/langid=43
The url above has NO "?" and NO "&", it has been replaced by a "/".

The standard method:
http://www.tien.tv/web/show?id=47822&langid=43


I know that this is possible with postnuke opencms v0.8.


How can it be done in ASP3.0?

Anyone?

Thanks for any reply.
 
Old March 9th, 2007, 07:34 AM
Authorized User
 
Join Date: Jan 2007
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to saurabhj Send a message via Yahoo to saurabhj
Default

Very Strange.
I have seen this first time..


-Saurabh
 
Old March 12th, 2007, 05:05 AM
Authorized User
 
Join Date: Jun 2006
Posts: 47
Thanks: 0
Thanked 2 Times in 2 Posts
Default

hi.
ya its strange but,
i don knw how much i m correct but u can replace / by "?" by using
Replace(ur string,char to replace,char by replace)

 
Old October 22nd, 2008, 04:09 AM
Authorized User
 
Join Date: Feb 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Ok , some people have been busy coding after reading my post at 02/23/2007..

I would like to use dynamic url's as they can be used in postnuke opencms v0.8.

As in my first post at 02/23/2007:
"Please take a look at the url below:
http://www.tien.tv/web/show/id=47822/langid=43
The url above has NO "?" and NO "&", it has been replaced by a "/".

The standard method:
http://www.tien.tv/web/show?id=47822&langid=43


I know that this is possible with postnuke opencms v0.8."


Now this is possible with ASP.NET and they call it:
"ASP.NET MVC Framework"
http://weblogs.asp.net/scottgu/archi...framework.aspx

ASP.NET MVC Framework was launched as a Community Technology Preview on December 10, 2007.
http://en.wikipedia.org/wiki/ASP.NET_MVC_Framework

A little bit late tho...
But my question in my post dated 02/23/2007 has been answered in December 10 2007.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Application that can grab & display URL of webpage josephx VB.NET 3 November 4th, 2007 11:59 AM
replacing " gantait XSLT 1 March 4th, 2007 10:44 AM
Passing userid & password from URL virendrapotdar J2EE 3 November 24th, 2006 08:05 AM
How to send Web Service request & response to url? gyandeosingh .NET Web Services 1 January 30th, 2006 04:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.