Hello All,
I ve made a webpage in which I am displaying images in a grid.(the logic is that i have stored the path in the database and using EvalPath i m displaying the image.)
Now i have also added a Javascript code which generates a lightbox kinda effect.
The problem is that I want to take the Id of the image so that when the user tries to RATE any image on the site, a code executes backend that stores the rating.
How do I acheive this without a postback.???
I ve made a webpage in which I am displaying images in a grid.(the logic is that i have stored the path in the database and using EvalPath i m displaying the image.)
Now i have also added a Javascript code which generates a lightbox kinda effect.
The problem is that I want to take the Id of the image so that when the user tries to RATE any image on the site, a code executes backend that stores the rating.
How do I acheive this without a postback.???
Comment