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. General Programming
  3. C#
  4. How to load different aspx web page based on browser?

How to load different aspx web page based on browser?

Scheduled Pinned Locked Moved C#
tutorialquestion
2 Posts 2 Posters 1 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.
  • R Offline
    R Offline
    RagsGangwar
    wrote on last edited by
    #1

    I would like to load different web page depending on browser. for example I have internetexp.aspx and chrome.aspx. if user browser is chrome it should load chorme.aspx page if other then chrome browser it should load internetexp.aspx. how can i achieve this?

    W 1 Reply Last reply
    0
    • R RagsGangwar

      I would like to load different web page depending on browser. for example I have internetexp.aspx and chrome.aspx. if user browser is chrome it should load chorme.aspx page if other then chrome browser it should load internetexp.aspx. how can i achieve this?

      W Offline
      W Offline
      walterhevedeich
      wrote on last edited by
      #2

      Request.Browser[^] which is of type HttpBrowserCapabilities[^] has a property called Browser[^] which you can use to detect the browser that is using the application. From there, you should be able to do a redirect to the specific page depending on what is in the value of that particular property.

      Signature construction in progress. Sorry for the inconvenience.

      Damn you have the perfect signature - CBadger

      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