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 is advantage and disadvantage of viewstate

3 Answers  


what is new debug tools in asp.net ?

1 Answers  


what is command line compiler.what are the steps and how it is related to debugging.

0 Answers  


What do you mean by authorization?

0 Answers  


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,






Which is an advantage of application service providers?

0 Answers  


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

0 Answers  


What is the function used for removing an event listener?

0 Answers  


What is inproc and outproc?

0 Answers  


On Age field how many Asp.Net validation controls will be suit?

7 Answers   NTTF Nettur Technical Training Foundation, Quest,


what is the relation between delegates and events

4 Answers   IBM, iNautix,


If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.

6 Answers   CTS,


Categories