Name at least two methods of response object other than
Transfer.
Answers were Sorted based on User's Feedback
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 |
Answer / hema
Response.flush
response.write
response.clear
response.end
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rabindra nath choudhury
Response.write and response.end
| Is This Answer Correct ? | 2 Yes | 2 No |
What is aspx format?
6) Events in page life cycle?
What are the collections of Session Object?
Speaking of boolean data types, whats different between c# and /c++?
Define common language specification (cls)?
what is STLC in Testing
explain uses of Textstream object in ASP
How do I make it so that code runs when the security system is stopping it?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
how to code in asp.net for button?
What is difference between aspx and razor?
Describe ways to present an arbitrary endpoint (URL) and route requests to that endpoint to ASP.NET.