Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
Hi
I am trying to assign a tooltip from code-behind in C# and I cannot figure out how to use ControlToToolTip correctly for it. I try to use the Control.ID of the Control to Bind to but nothing happens, i.e. no error but no result either. I use VS2008 with your ASPToolTip.NET3. Could you direct me to a proper example or tell me how to do it?
Thanks
Sabine
|
Rank: Newbie Groups: Member
Joined: 2/5/2010 Posts: 2 Points: 6 Location: SC - USA
|
Why is there still no response to this question???
|
Rank: Administration Groups: Administration
Joined: 7/20/2007 Posts: 305 Points: -2,485 Location: Primarily in New York, USA
|
Make sure you add the Tooltip to the page or control first (in the markup), then manipulate it from code-behind. That's usually where people get hung up.
If you have a more detailed problem than that, please post the code you're attempting to run, and we'll figure it out.
Thanks!
-Dave
|