When using the core ASP.NET 3.5 (w/ Ajax), is it possible to include a LinkButton in a tooltip?
Unfortunately, these tooltips are generated on-the-fly within a GridView to display custom data from each row. Tooltips are currently showing using jQuery.
So, I don't know how to add a LinkButton (for a "Modify" action) to call a method on code-behind.
Maybe I'm going the wrong way... Any s开发者_如何学Pythonuggestions?
Thank you!
UPDATE : Seems like a Server side control Implementation : http://devarchive.net/advanced-tooltip-control-asp-net-ajax.aspx There is no direct way to do this. You can find some plugins in JQuery which helps to do this. Try the one @Andre Hühn provided. This one also looks good : http://jquery.bassistance.de/tooltip/demo/
精彩评论