Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 31, 2012 07:43 AM by ToughMan
Member
11 Points
82 Posts
Dec 29, 2012 10:25 AM|LINK
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: Images/30/50/Sample.jpg
Here Images is Folder Name and 30 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,
All-Star
43705 Points
4304 Posts
Microsoft
Dec 31, 2012 07:35 AM|LINK
For slide show, please refer to the example at: http://forums.asp.net/p/1614632/4134344.aspx#4134344.
Participant
1490 Points
635 Posts
Dec 31, 2012 07:43 AM|LINK
sureshtalla sureshtalla
Plz use jQuery or js to cope with the problem by referring foreach into an array that contains images or relative paths!
For more u can refer this:
http://joanpiedra.com/jquery/thumbs/
sureshtalla
Member
11 Points
82 Posts
How to show Slide Show Inside DataGrid in Asp.net 2.0
Dec 29, 2012 10:25 AM|LINK
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: Images/30/50/Sample.jpg
Here Images is Folder Name and 30 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,
Song-Tian - ...
All-Star
43705 Points
4304 Posts
Microsoft
Re: How to show Slide Show Inside DataGrid in Asp.net 2.0
Dec 31, 2012 07:35 AM|LINK
Hi,
For slide show, please refer to the example at: http://forums.asp.net/p/1614632/4134344.aspx#4134344.
Feedback to us
Develop and promote your apps in Windows Store
ToughMan
Participant
1490 Points
635 Posts
Re: How to show Slide Show Inside DataGrid in Asp.net 2.0
Dec 31, 2012 07:43 AM|LINK
Plz use jQuery or js to cope with the problem by referring foreach into an array that contains images or relative paths!
For more u can refer this:
http://joanpiedra.com/jquery/thumbs/