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

What does mean by a neutral culture?

0 Answers   MindCracker,


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

0 Answers  


what is Satellite Assembly?

2 Answers  


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


What is the differences between a primary key and a unique key in sql server?

0 Answers  






How to retrieve user name in case of Window Authentication?

0 Answers  


What are demand-paging and pre-paging?

0 Answers   MCN Solutions,


What is the use of HttpHandlers? When to use this?

0 Answers   Wipro,


What are the various types of cookies in asp.net?

0 Answers  


What are the events that happen when a client requests an asp.net page from iis server?

0 Answers  


What is indexing on asp.net?

0 Answers  


what is view state?

10 Answers   Satyam,


Categories