I have a GridView control that for each item has a Hyperlinkfield with a URL to an aspx page.
I want to (using AJAX libraries) to display the page preview in an inline window as the user hovers over each GridView row hyperlink.
Can anyone suggest the best way to implement a preview of each row s hyperlinked aspx page as the user hovers over each link on the row? Bearing in mind I m using the .net 2.0 framework.
Many Thanks,