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. ASP.NET
  4. Compatibility View in IE8

Compatibility View in IE8

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
9 Posts 6 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.
  • R Offline
    R Offline
    Richa_Soni
    wrote on last edited by
    #1

    i want to open my website automatically in Compatibility mode in IE8 in ASP.NET(C#). :doh:

    A S C A 4 Replies Last reply
    0
    • R Richa_Soni

      i want to open my website automatically in Compatibility mode in IE8 in ASP.NET(C#). :doh:

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      You mean your system is running with IE8, but you want to open your web application with Compatibility Mode of Browser ?

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      R 1 Reply Last reply
      0
      • A Abhijit Jana

        You mean your system is running with IE8, but you want to open your web application with Compatibility Mode of Browser ?

        Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

        R Offline
        R Offline
        Richa_Soni
        wrote on last edited by
        #3

        actaully i made a project in ASP.Net its working fine in IE6 but not working well in IE8, it works well in IE8 only when i click the Compatibility mode.. so i want is my project work well in IE8 without clicking on "Compatibility Mode"

        A 1 Reply Last reply
        0
        • R Richa_Soni

          i want to open my website automatically in Compatibility mode in IE8 in ASP.NET(C#). :doh:

          S Offline
          S Offline
          saini arun
          wrote on last edited by
          #4

          This is how it can be done: http://www.ditii.com/2008/08/28/ie8-standards-mode-and-ie7-compatibility-mode/[^]

          1 Reply Last reply
          0
          • R Richa_Soni

            actaully i made a project in ASP.Net its working fine in IE6 but not working well in IE8, it works well in IE8 only when i click the Compatibility mode.. so i want is my project work well in IE8 without clicking on "Compatibility Mode"

            A Offline
            A Offline
            Abhijit Jana
            wrote on last edited by
            #5

            Ohh...Then you need to concentrate on CSS only. and Why IE6.... Its too backdated.. I think..

            Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

            1 Reply Last reply
            0
            • R Richa_Soni

              i want to open my website automatically in Compatibility mode in IE8 in ASP.NET(C#). :doh:

              C Offline
              C Offline
              Coding C
              wrote on last edited by
              #6

              Add this tag before head tag in the page html. HTH

              Coding C# ExciteTemplate

              1 Reply Last reply
              0
              • R Richa_Soni

                i want to open my website automatically in Compatibility mode in IE8 in ASP.NET(C#). :doh:

                A Offline
                A Offline
                Abhishek Sur
                wrote on last edited by
                #7

                These are all Meta headers which you might also use based on your requirement : <meta http-equiv="X-UA-Compatible" content="IE=4">   <!-- IE5 mode --> <meta http-equiv="X-UA-Compatible" content="IE=7.5" > <!-- IE7 mode --> <meta http-equiv="X-UA-Compatible" content="IE=100" > <!-- IE8 mode --> <meta http-equiv="X-UA-Compatible" content="IE=a" >   <!-- IE5 mode --> Check this : http://blogs.msdn.com/deviations/archive/2009/05/07/how-to-enable-ie-8-compatibility-view-for-your-whole-web-site-or-for-specific-web-site-directories.aspx

                Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


                My Latest Articles-->** Simplify Code Using NDepend
                Basics of Bing Search API using .NET
                Microsoft Bing MAP using Javascript

                R 1 Reply Last reply
                0
                • A Abhishek Sur

                  These are all Meta headers which you might also use based on your requirement : <meta http-equiv="X-UA-Compatible" content="IE=4">   <!-- IE5 mode --> <meta http-equiv="X-UA-Compatible" content="IE=7.5" > <!-- IE7 mode --> <meta http-equiv="X-UA-Compatible" content="IE=100" > <!-- IE8 mode --> <meta http-equiv="X-UA-Compatible" content="IE=a" >   <!-- IE5 mode --> Check this : http://blogs.msdn.com/deviations/archive/2009/05/07/how-to-enable-ie-8-compatibility-view-for-your-whole-web-site-or-for-specific-web-site-directories.aspx

                  Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


                  My Latest Articles-->** Simplify Code Using NDepend
                  Basics of Bing Search API using .NET
                  Microsoft Bing MAP using Javascript

                  R Offline
                  R Offline
                  Richa_Soni
                  wrote on last edited by
                  #8

                  Thanx for reply..... :)

                  S 1 Reply Last reply
                  0
                  • R Richa_Soni

                    Thanx for reply..... :)

                    S Offline
                    S Offline
                    Sathieshkumar R
                    wrote on last edited by
                    #9

                    If i set the compatibility mode to IE7, then what will happen when i access through IE6? Kindly reply.

                    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