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. Validate as XHTML 1.1

Validate as XHTML 1.1

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netvisual-studiosysadminquestion
4 Posts 2 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.
  • V Offline
    V Offline
    Verdant123
    wrote on last edited by
    #1

    is it possible to get ASP.NET pages developed with vs.net to validate as XHTML 1.1? i cannot around the name attribute that is seems to generate for the server form, as well as the viewstate input (which does not go away, despite EnableViewState=false) the highest i can get to validate is XHTML 1.0 transitional

    M 1 Reply Last reply
    0
    • V Verdant123

      is it possible to get ASP.NET pages developed with vs.net to validate as XHTML 1.1? i cannot around the name attribute that is seems to generate for the server form, as well as the viewstate input (which does not go away, despite EnableViewState=false) the highest i can get to validate is XHTML 1.0 transitional

      M Offline
      M Offline
      Marcie Jones
      wrote on last edited by
      #2

      Unfortunately, VS.NET 2002/2003 is not very XHTML-friendly, but they are planning to make the next version (code-named Whidbey) XHMTL 1.1 compliant out of the box: http://weblogs.asp.net/scottgu/archive/2003/11/25/39620.aspx[^] Marcie http://www.codeproject.com

      V 1 Reply Last reply
      0
      • M Marcie Jones

        Unfortunately, VS.NET 2002/2003 is not very XHTML-friendly, but they are planning to make the next version (code-named Whidbey) XHMTL 1.1 compliant out of the box: http://weblogs.asp.net/scottgu/archive/2003/11/25/39620.aspx[^] Marcie http://www.codeproject.com

        V Offline
        V Offline
        Verdant123
        wrote on last edited by
        #3

        do you know of anyway to at least completly disable viewstate?

        M 1 Reply Last reply
        0
        • V Verdant123

          do you know of anyway to at least completly disable viewstate?

          M Offline
          M Offline
          Marcie Jones
          wrote on last edited by
          #4

          Even if you disable ViewState, the hidden element will still be output to the page and will include the control tree. The only way to completely get rid of the elment is to not use server-side forms (

          ). Marcie http://www.codeproject.com

          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