473,382 Members | 1,635 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

URL Manipulation

I've seen many websites running on asp.net with folder-like url set up.
ie
http://www.example.com/page.aspx?nam...=breaking+news

would become

http://www.example.com/news/breaking...king-news.html

or something to that extent.

Could someone teach me how to do this or point me to the right
direction?

Thanks in advance,

Aaron

Nov 19 '05 #1
5 938
Hi Aaron

Here you go :
http://www.codeproject.com/aspnet/URLRewriter.asp
http://www.google.com/search?q=codep...utf-8&oe=utf-8

Let me know if you have any more questions...

Cheers,
Tom Pester
I've seen many websites running on asp.net with folder-like url set
up.
ie
http://www.example.com/page.aspx?nam...=breaking+news
would become

http://www.example.com/news/breaking...king-news.html

or something to that extent.

Could someone teach me how to do this or point me to the right
direction?

Thanks in advance,

Aaron

Nov 19 '05 #2
Aaron,

What you are showing are to different things
http://www.example.com/page.aspx?nam...=breaking+news
This shows a page that uses Get to get client side information. (What could
in ASP already be avoided by using a Post).
http://www.example.com/news/breaking...king-news.html

This uses a website inside a folder of breaking-news

However, the Get and the Post can in ASPX completly be avoided by using
server controls, which have the Post build in. (I hope I don't mix up Post
and Get I don't use it already a for a while now).

I hope this helps,

Cor
Nov 19 '05 #3
hB
Perhaps this would be helpful.

Take a look at
Page Controller :
http://msdn.microsoft.com/library/de...Controller.asp
Front :
Controller:http://msdn.microsoft.com/library/de...Controller.asp

---
hB

Nov 19 '05 #4
Hi Aron,

I think you are talking about URL rewriting. Do a search on MSN Search or
Google for "ASP.NET URL Rewriting" and you'll find lots of resources
explaining what you are trying to achieve.

Brian Delahunty
Ireland

http://briandela.com/blog

"Aaron" wrote:
I've seen many websites running on asp.net with folder-like url set up.
ie
http://www.example.com/page.aspx?nam...=breaking+news

would become

http://www.example.com/news/breaking...king-news.html

or something to that extent.

Could someone teach me how to do this or point me to the right
direction?

Thanks in advance,

Aaron

Nov 19 '05 #5
http://msdn.microsoft.com/library/de...lrewriting.asp

HTH, Jakob.

--
http://www.dotninjas.dk
http://www.powerbytes.dk
"Aaron" wrote:
I've seen many websites running on asp.net with folder-like url set up.
ie
http://www.example.com/page.aspx?nam...=breaking+news

would become

http://www.example.com/news/breaking...king-news.html

or something to that extent.

Could someone teach me how to do this or point me to the right
direction?

Thanks in advance,

Aaron

Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Marcus | last post by:
I am having some problems with trying to perform calculations on time fields. Say I have a start time and an end time, 1:00:00 and 2:30:00 (on a 24 hour scale, not 12). I want to find the...
4
by: Rune Johansen | last post by:
Hi. I'm doing some image manipulation in an applet using the example code on this page: http://www.akop.org/art/pixels3.htm However, I really want an application rather than an applet, I just...
3
by: Sam | last post by:
Hello, in my coding work I'm going to using a lot of matix manipulation, just basic matrix addition, multiplication, Gaussian method solving for roots, least square... But I don't know if there's...
9
by: I. Kobrinsky | last post by:
I'm new here. I started a personal password-program, a trial that includes username, logincounter and password. So my intention is to hide pwd while tipping. So I'm thinking about two popular...
9
by: Job | last post by:
Hi, I would like to find out what ASP/ASP.net can do with image manipulation. Does ASP have built in functions (eg. after upload to server) to manipulate images, like rotate, scale, crop etc.?...
4
by: WaterWalk | last post by:
Hello, I'm currently learning string manipulation. I'm curious about what is the favored way for string manipulation in C, expecially when strings contain non-ASCII characters. For example, if...
8
by: shotokan99 | last post by:
i have this situation. i have a query string: http://www.myquerystring.com?x=xxxxx what this url does is it will return or start downloading a .png file. what i wanted to do is trap this png...
0
by: L'eau Prosper Research | last post by:
Press Release: L'eau Prosper Research (Website: http://www.leauprosper.com) releases new TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set. L'eau Prosper Market...
0
by: L'eau Prosper Research | last post by:
NEW TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set By L'eau Prosper Research Press Release: L'eau Prosper Research (Website: http://www.leauprosper.com) releases...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.