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

I m working on a wpf C# project.I want to show a grid in tooltip which
is in resourceDictionary.How can i bind a grid to tooltip.Plz help me out asap...


Thnks
Posted
Comments
Member 10735733 16-Jun-14 8:09am    
I m working on a wpf project n i want to bind a grid dynamically in tooltip content plz help me out...

1 solution

XML
<asp:LinkButton ID="lnkbtnSupplierCode" runat="server"
ToolTip='<%# DataBinder.Eval(Container.DataItem, "CompanyName") %>' />
 
Share this answer
 
Comments
Member 10735733 16-Jun-14 8:09am    
I m working on a wpf project n i want to bind a grid dynamically in tooltip content plz help me out...

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