Is there a extension in ajax that i can use to mouseoveroand copy results?

H

Herman Walker

I am creating single line table columns dynamacially in and ajax UpdatePanel with text results. The results really contains a bulk of data which i put in a tooltip. The problem is that when i mouseover the column, the tooltip shows but only for 5 seconds, not long enough and you can't copy and paste whats in the tooltip. Is there a extension in ajax that i can use to mouseover or hoverover that will let me copy the results and paste it? If so, what is it and how do I use it.


TableCell TC4 = new TableCell();
TC4.Width = 300;
TC4.Text = LimitedResults;
TC4.ToolTip = FullResults;

There can be many of these on an asp.net 2.0 ajax page



Thanks



EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top