Answer Posted / yugeshwaran m
There are 7 asp objects....
1.Response object,
2.Request object,
3.Server object,
4.Session object,
5.Application object,
6.Object Context Object,
7.Asp Error Object
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain security types in asp.net?
Can we add code files of different languages in app_code folder?
What is a gridview in asp.net?
What is a runtime version?
What is data reader in asp.net?
List all templates of the repeater control.
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
In which situation can you not use a viewstate?
How to bind all the binding controls in a page at once in ASP.NET?
What is a multilingual website?
In which event of page cycle is the viewstate available?
What are custom user controls in asp.net?
What is the function of new view engine in asp.net? : asp.net mvc
Can we use a static function with a non-static variable?