Answer Posted / guest
These are five functions that demonstrate how to access the
ServerVariables collection in ASP.NET. The first outputs
all the ServerVariables (key and value) to the browser;
running this function will give you an idea of what's
available to use. The 2nd allows you to request a Server
Variable value by key name, the 3rd-5th demonstrate using
user-defined function in case you are only interested in a
few of these variables and want to hard code their names.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does postback mean?
What is a session government?
What is bound controls
How would ASP and ASP.NET applications run at the same time on the same server?
Is there any alternative to avoid name collisions other then Namespaces?
Can we use MSSql as backend in asp.net...if yes then How.?
What are the new navigation controls in asp.net 2.0?
What is the difference between pathparam and queryparam?
How can you handle exceptions in asp.net?
Can I have a unique key as foreign key?
Which is faster viewbag or viewdata?
How many types of session state management options available in asp.net?
Explain some of the major built-in objects in asp.net
Is asp.net still used?
What are the different authentication modes in asp.net?