This is the place where you will find the basics of dot net in simple way.Advance techniques for advance users
are also describe.If people find any suggestions, than they will always welcome.Your valuable comments make articles more usable for users.
Both are the objects of ASP.NET. Both are used to transfer a user from one page to another page. Both are used for the same purpose but stil...
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