Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET 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 August 24th, 2006, 04:13 AM
Registered User
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to shekhar_249
Default How do I get only the filename of the reffered URI

Request.UrlReferrer
from this property how do i get only the filename of the reffering page

 
Old August 25th, 2006, 06:40 AM
Authorized User
 
Join Date: Jan 2005
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You can make use of the server variable ("SCRIPT_NAME")
to just get the name of web page.

e.g. if url is http://abc/def/ght/myfile.aspx?pwd=12567 etc.

this will give you myfile.aspx only.

Regards,

Dilip Nagle






Similar Threads
Thread Thread Starter Forum Replies Last Post
list unparsed-entity-uri() bonekrusher XSLT 6 April 28th, 2008 10:52 AM
chapter 2, error uri cannot be resolved in either boylevel BOOK: Beginning JavaServer Pages 2 November 21st, 2007 12:54 PM
Checking regex with replace and URI test rjonk XSLT 1 July 28th, 2006 05:19 PM
Proxy re-writing servlet query uri dbrowne Apache Tomcat 0 October 20th, 2004 01:56 AM
Referrer and Uri druid2112 General .NET 1 April 20th, 2004 12:54 PM





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