asp.net.ph

Server.Transfer Method ( String )

System.Web Namespace   HttpServerUtility Class


Terminates execution of the current page and begins execution of a new page using the specified URL path to the page.

[ VB ]
Overloads Public Sub Transfer ( _
   ByVal path As String _
)

[ C# ]
public void Transfer (
   string path
);

[ C++ ]
public: void Transfer (
   String* path
);

[ JScript ]
public function Transfer (
   path : String
);

Parameters

path
The URL path of the new page on the server to execute.
See Also

HttpServerUtility Members   HttpServerUtility.Transfer Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph