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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. RadioButtonList and Hover Balloon

RadioButtonList and Hover Balloon

Scheduled Pinned Locked Moved ASP.NET
question
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
    janetb99
    wrote on last edited by
    #1

    I need to do a registration form for eucation classes, but some of the classes have concurrent sessions. I would like to use a RadioButtonList for each group, but would also like to be have to have a alt-type property or hover balloon to expand/collapse descriptions for each item within each radioButtonList. Anybody seen anything like that or am I just nuts? Thanks, Janet

    N 1 Reply Last reply
    0
    • J janetb99

      I need to do a registration form for eucation classes, but some of the classes have concurrent sessions. I would like to use a RadioButtonList for each group, but would also like to be have to have a alt-type property or hover balloon to expand/collapse descriptions for each item within each radioButtonList. Anybody seen anything like that or am I just nuts? Thanks, Janet

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      janetb99 wrote:

      have a alt-type property or hover balloon to expand/collapse descriptions for each item within each radioButtonList

      I have not seen anything for RadioButtonList. But you can try this[^] article which explains how to do this for textbox. You can easily port this for RadiobuttonList. Or are you planning to develop from scratch ? Then start with capturing MouseOver event using javascript. Create a div element and assign InnerText to div. Find the position of RadioButton and place your div near to that. This will work something like a tool tip.


      My Website | Ask smart questions

      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