Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is there any way to navigate using web services i.e... equivalent to response.redirect() in web services. I tried using
C#
HttpContext.Current.Response.Redirect("Default.aspx");
but its showing an error
Posted
Updated 18-May-12 11:03am
v2
Comments
Wendelius 18-May-12 17:04pm    
And the error is?

1 solution

try like this
C#
HttpContext.Current.Response.Redirect("http://www.Google.com/");
 
Share this answer
 
v2
Comments
Arjun YK 18-May-12 3:03am    
Nope its not working
Arjun YK 18-May-12 6:26am    
Thanks but this doesn't work.
tried server.transfer also

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900