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
Which authentication uses a combination of windows and iis authentication?
what is meant by sitemapnode ?
How to implement globalization and localization in the use interface in .net.
What r the asp.net list controls and diff. Between them?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is the basic difference between asp and asp.net?
How can you send an email message from an asp.net web page?
What is difference between cache and session?
What are the advantages and disadvantages of session?
What is the significance of finalize method in .net?
What is the purpose of using MVC programming pattern in ASP.NET?
Why asp.net is better than php?
What is a session in programming?
What are the new web part controls in asp.net 2.0 ?
What is asp.net caching?