Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Android
  4. Redirect in Web form that do not any thing

Redirect in Web form that do not any thing

Scheduled Pinned Locked Moved Android
comsysadminhelpquestion
2 Posts 2 Posters 6 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Ngan Tran
    wrote on last edited by
    #1

    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=" + location

           Context.Response.Redirect(url);
    
           location = Server.UrlDecode(location);
           return location;
    
       }
    
    Richard DeemingR 1 Reply Last reply
    0
    • N Ngan Tran

      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=" + location

             Context.Response.Redirect(url);
      
             location = Server.UrlDecode(location);
             return location;
      
         }
      
      Richard DeemingR Offline
      Richard DeemingR Offline
      Richard Deeming
      wrote on last edited by
      #2

      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

      "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups