What are the objects of ASP.NET ?
Answers were Sorted based on User's Feedback
Answer / kesav
Request, Response, Application, Session, Cookie.
Is This Answer Correct ? | 28 Yes | 1 No |
Answer / zeeshan
Server
Response
Response
Application
Session
Context
Trace
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / subhasis
session,cache,application,request,response,server
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / pradeep sharma
Session, Server, Request, Response, Application, Error, Object
Is This Answer Correct ? | 3 Yes | 3 No |
What is Hidden Fields in Asp.Net
What are the namespace classes used in asp.net mvc? : asp.net mvc
What type of code (server or client) is found in a Code- Behind class?
What are the ways to sending the data in ASP.NET page?
Can we use html in asp.net?
can we pass coditions in swtich case?
What is State Management in .Net and how many ways are there to maintain a state in .Net?
Explain how does asp page work?
From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)
What is the question mark in a url?
What is difference between inproc and outproc?
Name the application folders present in asp.net 2.0?