Redirect in Web form that do not any thing
-
I use this code to redirect aspx page : in locahost that run open Default.aspx page but in http://tracklocation.somee.com/LocationService.asmx it do not any thing . Somebody help me
[WebMethod]
public string DataLocation(string location)
{
string url = "http://tracklocation.somee.com/Default.aspx?id=" + locationContext.Response.Redirect(url); location = Server.UrlDecode(location); return location; }
-
I use this code to redirect aspx page : in locahost that run open Default.aspx page but in http://tracklocation.somee.com/LocationService.asmx it do not any thing . Somebody help me
[WebMethod]
public string DataLocation(string location)
{
string url = "http://tracklocation.somee.com/Default.aspx?id=" + locationContext.Response.Redirect(url); location = Server.UrlDecode(location); return location; }
What's that got to do with Android? This looks like ASP.NET, which should be in the ASP.NET forum[^].
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer