Is there any tutorial on how to make a simple asp.net ajax photo gallery without comments and other stuff. I'm looking for something really simple - a grid of clickable images and a popup window with the chosen image.
Asked
Active
Viewed 1,391 times
1 Answers
0
Lightbox2 is very popular, you can control the render of your <a/>
tags from the the server side or add them dynamically to your DOM with jQuery AJAX calls:

rick schott
- 21,012
- 5
- 52
- 81
-
you didn't get the question - I was asking for the tutorial on how to build photo gallery by myself – Sergey Oct 25 '11 at 15:31