Hi, everything simple:
Found, my Computer name.
But how found another computer name, when I have IP.
Some like that:
How make, what this work.
I hope, you get wath i need.
Code:
string strWhatever = Request.ServerVariables("LOGON_USER"); TextBox1.Text = strWhatever;
But how found another computer name, when I have IP.
Some like that:
Code:
string strWhatever = Request.ServerVariables("LOGON_USER") = 123.123.123.123 TextBox1.Text = strWhatever;
I hope, you get wath i need.
Comment