I'm not really clear on how the "FromCode" works for the ToolTip. I thought it would fire from server-side.
Here's my situation...
I have an imageButton on a page. When the user clicks the button I want a ToolTip to appear. Inside that ToolTip is a collection of server controls. One of the controls is a DropDownList. Along with popping up the ToolTip, I'd like to also populate the DropDownList from a server-side function. I can't seem to find a way to display the tooltip AND populate the DropDownList. Can someone give me a hand?
Thanks!
Here's my situation...
I have an imageButton on a page. When the user clicks the button I want a ToolTip to appear. Inside that ToolTip is a collection of server controls. One of the controls is a DropDownList. Along with popping up the ToolTip, I'd like to also populate the DropDownList from a server-side function. I can't seem to find a way to display the tooltip AND populate the DropDownList. Can someone give me a hand?
Thanks!