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 set dynamic tooltips using class module?

How to set dynamic tooltips using class module?

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

    I need to amend a class module which shows a calendar view of a schedule with ranges of dates held, for booked courses, in database shown in red. The control generates a table cell for each day. I need to show a tooltip whenever the mouse is over any of the cells for a course booking showing data for the course name and a delegate list from a database. The module uses HTMLTableCells to produce a calendar type display. I've added a property, ToolTipText to the class module but don't know how to proceed.

    I 1 Reply Last reply
    0
    • J JamesJM

      I need to amend a class module which shows a calendar view of a schedule with ranges of dates held, for booked courses, in database shown in red. The control generates a table cell for each day. I need to show a tooltip whenever the mouse is over any of the cells for a course booking showing data for the course name and a delegate list from a database. The module uses HTMLTableCells to produce a calendar type display. I've added a property, ToolTipText to the class module but don't know how to proceed.

      I Offline
      I Offline
      iamrashida83
      wrote on last edited by
      #2

      Sppose ur cell name is like tdCell1 then use its property title like: tbCell1.Title = "------";

      Regards, Rashida Jabeen http://www.akaas.net[^]

      J 1 Reply Last reply
      0
      • I iamrashida83

        Sppose ur cell name is like tdCell1 then use its property title like: tbCell1.Title = "------";

        Regards, Rashida Jabeen http://www.akaas.net[^]

        J Offline
        J Offline
        JamesJM
        wrote on last edited by
        #3

        Yes I had done that statically, setting it to "help me" in the class module but how to do it dynamically from code behind?

        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