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 is the web.config file in asp?
What is postback and autopostback in asp.net?
What is cas?
What is the state management in asp.net?
What is asp.net file?
What are the new login controls in asp.net 2.0?
In how many ways we can retrieve table records count?
Explain the use of resource manager class in .net.
What is enableviewstatemac in asp net?
Explain the difference between response.redirect vs server.transfer
Explain the difference between web user control and web custom control?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Explain about the Class view window?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
In the Repeater control which way you can edit?