Name at least two methods of response object other than
Transfer.

Answers were Sorted based on User's Feedback



Name at least two methods of response object other than Transfer...

Answer / dharanikumar

Response.flush
response.write
response.clear
response.end
response.redirect and more
http://www.w3schools.com/asp/asp_ref_response.asp

Is This Answer Correct ?    4 Yes 1 No

Name at least two methods of response object other than Transfer...

Answer / hema

Response.flush
response.write
response.clear
response.end

Is This Answer Correct ?    3 Yes 1 No

Name at least two methods of response object other than Transfer...

Answer / rabindra nath choudhury

Response.write and response.end

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More ASP Interview Questions

Explain the difference between asp and html? Or why asp is better than html?

0 Answers  


what is normalisation

1 Answers  


what are the two main compononet in remoting

0 Answers   DCI,


What is Extranet?

3 Answers   FutureSoft,


What are Constants? How will you declare a constant?

1 Answers  






Define garbage collection?

0 Answers  


What is n-tier system?

0 Answers  


Who invented asp?

0 Answers  


IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?

0 Answers  


Explain the properties of session object?

0 Answers  


When was asp released?

0 Answers  


When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.

1 Answers  


Categories