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
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)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks