It's difficult to tell what is being asked here. Th开发者_开发技巧is question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. Th开发者_开发技巧is question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
how to display Multiline tooltip in asp.net.
in c#:
control.ToolTip="First Line\nSecond Line";
in vb.net:
control.ToolTip="First Line"+vbCrLf+"Second Line"
I would go with Tipsy: http://plugins.jquery.com/project/tipsy
I've used qTip (along with jQuery) with great success. I'd start there if you want multi-line tooltips or tooltips that contain images or any other HTML.
精彩评论