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. how to add tooltip to the Radiobuttonlist items

how to add tooltip to the Radiobuttonlist items

Scheduled Pinned Locked Moved ASP.NET
csharptutorial
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.
  • S Offline
    S Offline
    sunita ramesh
    wrote on last edited by
    #1

    Hi i have a Radiobuttonlist which has 8 items..i need to add tooltip to each and every radiobutton item in the list using c#. Can u plz give me suggestions to add tooltips for the items in Radiobuttonlist.. thanks in advance Sunita -- modified at 4:07 Monday 7th August, 2006

    R 1 Reply Last reply
    0
    • S sunita ramesh

      Hi i have a Radiobuttonlist which has 8 items..i need to add tooltip to each and every radiobutton item in the list using c#. Can u plz give me suggestions to add tooltips for the items in Radiobuttonlist.. thanks in advance Sunita -- modified at 4:07 Monday 7th August, 2006

      R Offline
      R Offline
      ramyasangeet
      wrote on last edited by
      #2

      hi try this 1.Add items in Page_load. Eg: Radiolist.Items.Add(new ListItem("yes","1")); Radiolist.Items.Add(new ListItem("No","2")); 2.Then add tool tip for this Radiolist.Items[0].Attributes.Add("title", "enter tooltip text here"); Radiolist.Items[1].Attributes.Add("title", "enter tooltip text here");

      cheers sangeet

      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