Need Fast Help
-
How To get the machine name? i need to the machine name of the Client the that is browsing my web site
-
How To get the machine name? i need to the machine name of the Client the that is browsing my web site
you can't.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
How To get the machine name? i need to the machine name of the Client the that is browsing my web site
-
System.Environment.MachineName
Intelligence is measured by common sense not by how many scholarly books you read.
That returns the machine name of the server.
--- "Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things." -- Douglas Adams
-
That returns the machine name of the server.
--- "Anything that is in the world when you're born is normal and ordinary and is just a natural part of the way the world works. Anything that's invented between when you're fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. Anything invented after you're thirty-five is against the natural order of things." -- Douglas Adams
ROTFL !!!
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
How To get the machine name? i need to the machine name of the Client the that is browsing my web site
Use HttpRequest object. and try this one Page.Request.UserHostName
Happy Programming ----------------- Abhijit Jana Noida, India
-
you can't.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
I think we can use this one . Page.Request.UserHostName What do u think?
Happy Programming ----------------- Abhijit Jana Noida, India