how i get ip address and computer name in asp.net
i hv a problem to get the ip address and computer name when i using asp.net..
can any ppl know how to get it ?? i mean coding in asp.net
beside that, i also need to know how to get the pc ontime and off time (in coding asp.net)
pls reply me ...thanks
[email protected]
Re: how i get ip address and computer name in asp.net
Request.UserHostAddress
Request.UserHostName
for the first questions.
Re: how i get ip address and computer name in asp.net
What is "PC Ontime and offtime"?