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. Alter Tooltip property of TableRow in UserControl

Alter Tooltip property of TableRow in UserControl

Scheduled Pinned Locked Moved ASP.NET
javascripthelpquestion
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.
  • P Offline
    P Offline
    pahlsson
    wrote on last edited by
    #1

    Hi everybody! I have a UserControl and all it's functionality is placed in an assembly (DLL). The UserControl generates a form with a number of TableRows containing a title, a input field and some other information. My problem is that every TableRow has a Tooltip set, and I don't want to show this. How on earth can I access the TableRow in the UserControl from the main-page's Page_Load and disable the Tooltip? My wish it that i somehow can access all the Tables TableRow's and disable them in a loop (like foreach (TableRow t in Table-placed-in-DLL-and-placed-in-usercontrol)...). Is it possible? Or do I have to solve this with javascript (hope not)? Thank you! pahlsson

    I 1 Reply Last reply
    0
    • P pahlsson

      Hi everybody! I have a UserControl and all it's functionality is placed in an assembly (DLL). The UserControl generates a form with a number of TableRows containing a title, a input field and some other information. My problem is that every TableRow has a Tooltip set, and I don't want to show this. How on earth can I access the TableRow in the UserControl from the main-page's Page_Load and disable the Tooltip? My wish it that i somehow can access all the Tables TableRow's and disable them in a loop (like foreach (TableRow t in Table-placed-in-DLL-and-placed-in-usercontrol)...). Is it possible? Or do I have to solve this with javascript (hope not)? Thank you! pahlsson

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

      If you have developed the user control then provide a public property to disable/enable tooltip by using a for each loop that loops through all tablerows and assigns a blank string If you didn't develop, see whether the table is exposed as a property and manipulate it using server side code

      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