Hi,
I have one table with column names like
c_id,p_id,c_pic_one,c_pic_two
I am saving the Image file Name in both c_pic_one,c_pic_two and c_id is Identity column
EX:It will save filepath like below
c_pic_one is: Ambition/67/50/Sample.jpg
Here Ambition is Folder Name and 67 is Session Id and 50 is Post Id
I want to Show the SlideShow in DataGrid
The Grid has to load the Images in One Column, when we click on that column or mouse over slide show has to begin.
I am using Asp.net 2.0 , so with out using Ajax SlideShowExtender i need solution.
Please help me,
Thanks,