Popular Posts

Monday, 4 July 2011

Get Client Machine Name

You can get the local computer name and add into your project by this method.

string CompName = System.Environment.MachineName;
Response.Write(CompName);

No comments:

Post a Comment