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. Web Development
  3. Cross-browser compatibility with ASP.NET 3.x?

Cross-browser compatibility with ASP.NET 3.x?

Scheduled Pinned Locked Moved Web Development
questioncsharpasp-net
4 Posts 3 Posters 0 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.
  • E Offline
    E Offline
    emunews
    wrote on last edited by
    #1

    One of our clients wants us to create a web application that is compatible with Internet Explorer 6+, Firefox 2+ and possibly Safari. They want us to use ASP.NET 3.x and Ajax. I've been developing Web apps for the past few years but for only IE. My question is how difficult is this to achieve? How much overhead does this add to a project's life cycle?

    S 1 Reply Last reply
    0
    • E emunews

      One of our clients wants us to create a web application that is compatible with Internet Explorer 6+, Firefox 2+ and possibly Safari. They want us to use ASP.NET 3.x and Ajax. I've been developing Web apps for the past few years but for only IE. My question is how difficult is this to achieve? How much overhead does this add to a project's life cycle?

      S Offline
      S Offline
      Shyam Bharath
      wrote on last edited by
      #2

      Theoritically, ASP.NET framework claims to be compatible with IE, Firefox and Safari. It's a good choice to use ASP.net 3.x and ASP.net AJAX as the framework detects the browser type and generates content accordingly. There may be a few practical issues but usually should be resolved quickly. One area you need to be careful about is when your developers write custom Javascript code which is rendered as-is by ASP.net or when you use third party tools.

      ------------------------------------------- It's code that drives you - Shyam

      E 1 Reply Last reply
      0
      • S Shyam Bharath

        Theoritically, ASP.NET framework claims to be compatible with IE, Firefox and Safari. It's a good choice to use ASP.net 3.x and ASP.net AJAX as the framework detects the browser type and generates content accordingly. There may be a few practical issues but usually should be resolved quickly. One area you need to be careful about is when your developers write custom Javascript code which is rendered as-is by ASP.net or when you use third party tools.

        ------------------------------------------- It's code that drives you - Shyam

        E Offline
        E Offline
        emunews
        wrote on last edited by
        #3

        We just heard back from the client that we don't need to support Safari. Only support for IE6+ and Firefox 3 is required.

        D 1 Reply Last reply
        0
        • E emunews

          We just heard back from the client that we don't need to support Safari. Only support for IE6+ and Firefox 3 is required.

          D Offline
          D Offline
          Dominic Goulet
          wrote on last edited by
          #4

          Well it is generally safe to develop an asp.net application using ajax for IE and firefox. As previsouly said, simply take care of the home made js code from your developers. As an advice, I would also recommend that you split your dev team into 2 parts, one using IE and one using firefox. While not a great project management method (!!), this has proven to reduce the number of problems in projects I've been involved into.

          ______________________ Dominic Goulet FroggedSoft

          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