Closed Thread
Results 1 to 2 of 2

Thread: how to get ip of the visitors

  1. #1
    AntonyLT is offline Newbie
    Join Date
    Mar 2007
    Posts
    3
    Rep Power
    0

    how to get ip of the visitors

    hi, i want to get client ipaddress those who are all visiting my page.

    i have one listbox in my clientip.aspx.so i need to display the list of ipaddress those who are all visiting my webpage.

    can any one show mw some example regarding this please

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Sergey.Net is offline Newbie
    Join Date
    Jun 2007
    Posts
    8
    Rep Power
    0
    string ipAddress = Request.UserHostAddress;

    Then you store the ipAddress to DB, and when you load your page, read all IP's your ListBox items (read them to collection and bind the collection to list box for example)

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Things that turn online visitors away
    By kris in forum Website Design
    Replies: 1
    Last Post: 04-13-2010, 10:34 AM
  2. Visitors ip address trace
    By nkamk in forum ASP, ASP.NET and Coldfusion
    Replies: 3
    Last Post: 03-09-2010, 07:04 AM
  3. Visitors dip on weekends?
    By ddarude in forum Marketing
    Replies: 11
    Last Post: 05-08-2008, 04:17 PM
  4. how to get ip of the visitors
    By kool in forum General Programming
    Replies: 1
    Last Post: 08-22-2007, 06:42 AM
  5. Geo target your visitors
    By AfTriX in forum PHP Tutorials
    Replies: 2
    Last Post: 01-09-2007, 09:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts