|
October 18, 2002 Using the Global Server Object Tips: October 2002
Yehuda Shiran, Ph.D.
|
|
ASP.NET inherited the built-in objects from ASP. These objects are global in the sense that you don't need to construct them or pass them around; they are always there. There are five built-in objects: Request, Response, Server, Session, and Application.
The
In IBuySpy, we convert the user name to HTML with
People who read this tip also read these tips: Look for similar tips by subject: |