Thread
:
I am not clear about Response.Redirect method.Can anybody tell me the significance of
View Single Post
May 9th, 2005, 7:42 AM
#
4
tempest
Programming Guru
Join Date: Oct 2004
Posts: 1,041
Rep Power:
5
basically it one argument, a URL. which is sent in the form of a HTTP header ( "Location: {URL}" ) redirecting the browser to that page.
__________________
tempest
View Public Profile
Find More Posts by tempest