Click here to Skip to main content
15,914,452 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a treeveiw web control in my website and i bind that from database using multiple query . everything working good on my website but my another requirement is that whenever a user mouse hover on a treeview node i want to display popbox box from codebehind in c# and give some information on that popbox like when i select state : Delhi then all the information of delhi will be displayed on that popup box . Thanking you
Posted
Comments
Suvendu Shekhar Giri 20-Nov-15 1:30am    
..and anyhing you have tried so far?
Mohammad Nawaz 20-Nov-15 1:34am    
yes, i tried in tooltip but it isn't upto my reqirement because i dont know how to style tooltip from code behind in c#.

1 solution

You can use Ajax PopupControlExtender to do that.
Check these articles-
AJAX Control Toolkit PopUp Control Tutorials using Asp.NET C#[^]
Using ASP.NET AJAX Popup Control Extender[^]

Hope, it helps :)
 
Share this answer
 
Comments
Mohammad Nawaz 20-Nov-15 1:55am    
herei have to type some text but i want whenever i just move that mouse that node it will show dialog box and i want to know how to get particular node id because my databound event is not firing

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