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. Problems with Attributes

Problems with Attributes

Scheduled Pinned Locked Moved ASP.NET
helpcsharpjavavisual-studiocom
2 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.
  • J Offline
    J Offline
    Jon G
    wrote on last edited by
    #1

    I have some trouble with certain attributes associated with ASP elements. Here are some example errors found in my VS.NET Task List: 1- The values permitted for this attribute do not include 'circle'. 2- Could not find any attribute 'onmouseover' of element 'Button'. 3- Could not find any attribute 'onmouseover' of element 'LinkButton'. ----------------------- #1 - This occurs when I try to set the TYPE attribute of a Unordered list item. Here is my code:

    • text

    ----------------------- For #2, and #3, whenever I try to set the onMouseOver function (java) it flags as an error. ----------------------- Also, not relating to the above errors, I also get errors when trying to set the Class attribute for any ASP elements. Although, everything seems to be working, I would like to know why these are flagged as errors so that I may fix them. Thanks in advance, Jon G www.Gizmocoder.com

    A 1 Reply Last reply
    0
    • J Jon G

      I have some trouble with certain attributes associated with ASP elements. Here are some example errors found in my VS.NET Task List: 1- The values permitted for this attribute do not include 'circle'. 2- Could not find any attribute 'onmouseover' of element 'Button'. 3- Could not find any attribute 'onmouseover' of element 'LinkButton'. ----------------------- #1 - This occurs when I try to set the TYPE attribute of a Unordered list item. Here is my code:

      • text

      ----------------------- For #2, and #3, whenever I try to set the onMouseOver function (java) it flags as an error. ----------------------- Also, not relating to the above errors, I also get errors when trying to set the Class attribute for any ASP elements. Although, everything seems to be working, I would like to know why these are flagged as errors so that I may fix them. Thanks in advance, Jon G www.Gizmocoder.com

      A Offline
      A Offline
      Adam Wimsatt
      wrote on last edited by
      #2

      Jon G wrote: Also, not relating to the above errors, I also get errors when trying to set the Class attribute for any ASP elements. Although, everything seems to be working, I would like to know why these are flagged as errors so that I may fix them. Use CssClass instead of just class for asp elements. I'm not sure about the others.

      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