About Usage of server variables ?

Answers were Sorted based on User's Feedback



About Usage of server variables ?..

Answer / 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

About Usage of server variables ?..

Answer / pawan kumar

it is use to get information about client info and server
info also

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do session tokens work?

0 Answers  


Explain Factory pattern?

2 Answers   Microsoft,


Does asp.net still recognize the global.asa file?

0 Answers  


Define the steps to set up validation control.

0 Answers  


Difference between datareader and dataset ?

4 Answers   Microsoft,


How can we update records in gridview?Is there any appropriate code for it?

0 Answers  


In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are the checkings or actions you will take to rectify the slowness or which are the factors related to this issue? How we can trace it?

3 Answers  


What is AppDomain?Explain how it works.

9 Answers   Tech Mahindra,


what is use of web.config?

3 Answers  


Where the viewstate is stored after the page postback?

0 Answers  


Define Query Interface,Adref,Release?

1 Answers   Microsoft,


Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks

1 Answers  


Categories