Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. asp.net

asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netcomtutorial
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mahesh K N
    wrote on last edited by
    #1

    when i run application i want previous visited site url details of internetexplorer supose before runing the application i visited a google.com and yahoo.com etc., when i run the application the need th url address of the visited sites it is possible in asp.net if yes plz tell me how to do it i used in my application below code but it display the current application url address Label1.Text = Request.ServerVariables("HTTP_REFERER")

    S V 2 Replies Last reply
    0
    • M mahesh K N

      when i run application i want previous visited site url details of internetexplorer supose before runing the application i visited a google.com and yahoo.com etc., when i run the application the need th url address of the visited sites it is possible in asp.net if yes plz tell me how to do it i used in my application below code but it display the current application url address Label1.Text = Request.ServerVariables("HTTP_REFERER")

      S Offline
      S Offline
      Sandeep Akhare
      wrote on last edited by
      #2

      Check this.Request.UrlReferrer.ToString();

      Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... " Check My Blog

      1 Reply Last reply
      0
      • M mahesh K N

        when i run application i want previous visited site url details of internetexplorer supose before runing the application i visited a google.com and yahoo.com etc., when i run the application the need th url address of the visited sites it is possible in asp.net if yes plz tell me how to do it i used in my application below code but it display the current application url address Label1.Text = Request.ServerVariables("HTTP_REFERER")

        V Offline
        V Offline
        Venkat Eswaran
        wrote on last edited by
        #3

        Did you mean "IE History". If yes, you cannot access clients IE history from server, you need to develop activeX to enumerate the history folder http://msdn.microsoft.com/en-us/library/system.environment.specialfolder.aspx[^]

        Venky

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups