I am showing the list of users with images as a grid in my asp.net mvc (C#) application.
When i click on the user's image, i need to show a bubble popup (like, when we click on events cell in google calendar). The popup will contain some basic information of the user and an edit and delete option.
How can i achieve it in asp.net MVC using jquery?