Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I need to fetch list of items i.e. pattern from database. On mouse over to particular pattern display similar to tooltip should come about its description. Further, on click of any pattern other details regarding pattern should come. Please suggest the method to use.

Regards,
Amit
Posted

1 solution

What exactly have you tried?

This isn't that difficult of a task to perform. Simply load your DataTable into a ListView or ListBox. Then, decide what item you're going to use as the display and what you want the ToolTip to say.

Read up on ADO.NET here: Overview of ADO.NET[^]
 
Share this answer
 
Comments
Member 4384856 10-May-10 20:16pm    
Thanks a lot for replying.
From DB I am fetching the name, description and other details about patterns. However, only names of the patterns are listed on the page. On mouse over 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.

Regards,
Amit

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