I'm developping an ASP.NET 4.0 application with several controls from the Ajax Toolkit Control.
I need a tooltip component, so I use the HoverMenu (displays a Panel when hovering something) and I really like the design used by the ValidatorCallout.
So I copied the HTML generated by the framework and added that to my panel.
The problem is that it seems that the Ajax Toolkit controls dynamically load the CSS part they need. So it doesn't display anything as there are no ValidatorCallout on the page.
I would be really annoyed if I had to add that control only to get the CSS.
My solution so far is to also copy the CSS from the ASP.NET website, but I'm looking for a nicer way to reuse the existing Toolkit CSS.
Is there a way to load the parts I want "manually" ?