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
Explain how can we remove handlers at run time?
What is non_deterministic finalization?
Why do we use ansi keyword?
Explain some of the exclusive features which are present in vb?
What would you do to remove microsoft visual basic name space?
What is sorting in vb?
What is the difference between value and reference types?
What is a static class?
Explain the difference between namespace and assembly?
What is pre-jit?
Explain convert.tostrin?
What is global assembly cache (gac)?
Is vb net a scripting language?
What are the shared variables?
Can you please explain the difference between dispose and finalize()?