Name and explain about the Objects in ASP?
Answer / aspguru
Application : To perform any task needed when starting the
Application
Session : To handle the interaction with SINGLE client.
Request : Used to handle client requests
Response : Responding to Client's Requests. ( Sending HTML
content to Clients )
Server : Used to communicate with Server.
ObjectContext : Using Objects through MTS.
ASPError : Used to obtain Error information from pages.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain the tasks performed by <> tags?
How do you initialize a two-dimensional array that you don't know the dimensions of?
Which asp object is often used to retrieve user information from forms?
when we use ajax in.net
how u can use asp.net for making website?
What inheritance is and an example of when you might use it?
What is n-tier system?
How do I save an asp file as a pdf?
What is a .ASP file?
How to determine if a visitor has cookies support enabled in his/her browser?
Should user input data validation occur server-side or client-side?
How to refersh an asp page on a single click of a button.