I am currently developing an ASP.net application. I am generating a table (standard HTML table not GridView) and populating it with data from a MySQL Database. One column of the table has hyperlinks which should link to a dynamic aspx web page that will display certain information based on the database.
When the user clicks on the hyperlink I want to display a pop up that hovers over the top of the original content, not opening a new browser window just displaying like a popup window which will darken the contents of the background content.
I have tried to google search this but did not find anything.
Thanks for any help you can provide.
Try: LightBox