Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have a gridview, that display a list of guest name, and in one of the column i have a button
when i click on the button in a row , it will pop up a gallery(list/slideshow) of images of the guest
is it possbile to do that? did i need to use ajax?
thanks it will be helpful if you can provide link or example?

the below is my database table
HTML
guest
guestID name
1       A
2       B
3       C


imageGuest
imageID imgurl  guestID
1       A.jpg    1
2       A1.jpg   1
3       B.jpg    2
4       B1.jpg   2
5       C.jpg    3
5       C1.jpg   3
Posted
Updated 28-Jan-12 3:02am
v2

1 solution

 
Share this answer
 
Comments
cutexxbaby 28-Jan-12 9:12am    
bt i want to retrieve a list of image, take example i click on the guest A that row the button, i want to pop up a list of image that is regarded to guest A which is imageID 1 and 2, a slide show of them

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