What are the objects in asp.net and tell the purpose of
those objects
Answer Posted / dhasaradhan
There are 5 objects in asp.net
1.Response:This object is to response to other eg:
2.Request:This object is request from server
3.Application: This object is store global information of
application.
4.Session:This object used store the values into variable.
5.Server:
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
Describe about visual basic.net?
What is internal keyword in .net framework?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.
What is the importance of a Button control?
List the types of authentication?
What is the difference between import system.data.sqlclient and system.data.oledb?
What languages does the .net framework support?
What is difference between inline and code behind?
What is the difference between c# and vb.net?
Compare c# and visual basic.net?
Explain the difference between vb.net and c#, related to oops concepts?
Define clr?
source code for how to login a vb.net application ?
What is the feature anonymous type?
How to run a dos command in vb.net?