Get Computer Name

How to Get/Find your Computer/machine Name is easy using simple line of code,

Response.Write("My Computer Name: " + System.Environment.MachineName);

No comments:

Post a Comment