Question - What Are The Objects In Asp.net And Tell The Purpose Of Those Objects?
Answer -
Here are 5 objects in asp.net
- Response: This object is to response to other e.g.
- Request: This object is request from server.
- Application: This object is store global information of application.
- Session: This object used store the values into variable.
- Server.