I’m developping a books library application for my internship.
I have a GridView thats shows me the list of books I have in a database.
I want to add a feature that when I click on some book in the GridView to display me all it’s informations like an HTML page, as in this picture.

How can I add this HTML area to my form, and how can I display Informations in it ?
You can use
WebBrowser ClassLink : http://msdn.microsoft.com/fr-fr/library/system.windows.forms.webbrowser%28v=vs.80%29.aspx
Link : http://msdn.microsoft.com/fr-fr/library/w290k23d.aspx
Your sample :
Set content in webBrowser with
browser.DocumentTextLink : http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.documenttext.aspx