Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
What is Response object?
2
like
0
dislike
What is Response object? How is it related to ASP’s Response object?
asked
1 year
ago
by
daneim
(
127,080
points)
response-object
aspdotnet
1 Answer
1
like
0
dislike
Best answer
Response object allows the server to communicate with the client(browser). It is useful for displaying information to the user (or) redirecting the client.
Eg: Response.Write(”Hello World”)
answered
1 year
ago
by
marck_don
(
191,010
points)
Related questions
2
like
0
dislike
1
answer
What is IIS?
asked
1 year
ago
by
daneim
(
127,080
points)
iis
aspdotnet
2
like
0
dislike
1
answer
What is cyclomatic complexity?
asked
1 year
ago
by
daneim
(
127,080
points)
cyclomatic
complexity
important
aspdotnet
3
like
0
dislike
1
answer
What is boxing?
asked
1 year
ago
by
marck_don
(
191,010
points)
boxing
aspdotnet
3
like
0
dislike
1
answer
What is FullTrust?
asked
1 year
ago
by
daneim
(
127,080
points)
fulltrust
assemblies
aspdotnet
4
like
0
dislike
1
answer
What is the difference between an EXE and a DLL?
asked
1 year
ago
by
daneim
(
127,080
points)
exe
dll
difference
aspdotnet