Updation of DateTime and IP address of client system through ASP.NET page.
-
Hi all, I want to keep track of date/Time and IP address of client(end users) system. He is updating data through asp form. Datetime and ip address of the system it should be automatically update in database. Can any one pls help with this.. with regards, ************ S G KORE *******************
-
Hi all, I want to keep track of date/Time and IP address of client(end users) system. He is updating data through asp form. Datetime and ip address of the system it should be automatically update in database. Can any one pls help with this.. with regards, ************ S G KORE *******************
What is the problem with this? Just use
Request.UserHostAddress() / Request.ServerVariables ["REMOTE_ADDR"]
DateTime.Now
to get date etc. Now save it to database. :)Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->****
InfoBox Visual Studio 2010 Extension
Windows7 API Code Pack
Simplify Code Using NDepend**