Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Name atleast three methods of response object other than Redirect.
Name atleast three methods of response object other than Redirect.
✍: Guest
Answer1
a) Response.Clear( )
Clears the content of the current output stream.
b) Response.Close( )
Closes the network socket for the current response.
c) Response.End( )
Stops processing the current request and sends all buffered content to the client immediately.
Answer2
methods of Response is
Redirect
a. Transfer
2014-09-29, 1915👍, 0💬
Popular Posts:
From performance point of view how do they rate ? Repeater is fastest followed by Datalist and final...
What is the result of using Option Explicit? When writing your C program, you can include files in t...
What is cross page posting? By default, button controls in ASP.NET pages post back to the same page ...
What are the core functionalities in XML .NET framework? Can you explain in detail those functionali...
What is the difference between "printf(...)" and "sprintf(...)"? sprintf(...) writes data to the cha...