Quote Originally Posted by vbbit View Post
Is there a way to get the string out of this kind of URL:

http://localhost/test

I need to get test out of it.

Or Else go for this one

Code:
 Response.Write(Request.Url.AbsolutePath)