Click here to Skip to main content
15,922,650 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

From DB I need to fetch the name, description and other details about patterns. However, I only have to show the names of the patterns on the page. On mouse over to individual pattern the description about individual pattern should come (which also comes from DB). On Click of pattern new window should pop up containing all the details regarding individual pattern. EVerything is coming from DB. Please help.

Regards,
Amit
Posted
Updated 11-May-10 2:20am
v3

Take a look at this[^] (read through all the responses to get the full details).

Do you know how I found that? Yep, that's right I Googled for 'c# dynamic tooltip' and that should be your numero uno option when you hit a problem. You might want to do it anyway because some of the other hits might give you some ideas for other parts of your code.

In short, google first then ask here with specific problems, show the code that you have tried and fully describe any problems with it, error messages etc.

Good luck! :)
 
Share this answer
 
And which part of this are you having problems with?
 
Share this answer
 
Comments
Member 4384856 11-May-10 13:20pm    
I am able to fetch the relevant informtation from DB. But I do not know how to make the tooltip property for dynamic contents. Further, I have never tried the on click functionality for dynamic contents. Please suggest the approach.
Tooltips are inherent properties within most controls...so you should be able to fetch data from your database and then display some of it in the tooltip.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900