Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In Gridview has follows
Faculty Name Image

Ramesh
Suresh
Sathish
Vignesh

When user clicks the Ramesh in the Gridview i want to display the Ramesh image in the image column in the gridview.

similarily when user clicks the Suresh in the Gridview i want to display the Ramesh image in the image column in the gridview.

for that how can i do in asp.net using C#.
Regards,
Narasiman P.
Posted
Updated 24-Dec-13 15:40pm
v2

1 solution

Refer- Displaying Images from a Database in a GridView[^], which gives you the idea how to show images on GridView.

Then it is just a matter of Binding that image inside "Faculty Name" click event.
You can use LinkButton for the names.
 
Share this answer
 
Comments
joginder-banger 25-Dec-13 2:50am    
Good one +5
Thanks a lot joginder-banger... :)
joginder-banger 25-Dec-13 3:06am    
I think today is your holiday..whole day enjoy with Code project.
No joginder, I am currently at office as usual. :) :P

What about you?
joginder-banger 25-Dec-13 3:24am    
sir today is my holiday.a full day enjoy..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900