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, 1720👍, 0💬
Popular Posts:
What Happens If One Row Has Missing Columns? - XHTML 1.0 Tutorials - Understanding Tables and Table ...
Which one of the following statements is TRUE in regard to overloading the ++ operator? 1 You cannot...
How Can we change priority & what levels of priority are provided by Dot Net? Thread Priority ca...
How could Java classes direct program messages to the system console, but error messages, say to a f...
How To Enter Numeric Values as HEX Numbers? - MySQL FAQs - Introduction to SQL Basics If you want to...