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 me some example regarding this please?
_________________
low fixed rate Revolving loan
You need a database to do this. A MSSQL database would be good, now we're talking about ASP.net.
Each time a visitor opens your website, you gets the IP, and saves it into the database. There's multiple solutions for this, depending on the database and databaseinterface. You should also think about if it should only save the IP, when the visitor enters the frontpage, or if it should save it on all the other pages as well.
Getting the visitors IP:
Get the IP in both ASP.net web page, and ASP.net web service.
Same stuff as above, but with another feature too.
Good luck!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks