Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have a master page i want to display a slideshow in the default.aspx ,
the slide show hook the images from a database .
in any other page the slide show hidden .
hot i can do that ?
Posted
Comments
rahkan 5-Jan-13 12:44pm    
put the slideshow in the default.aspx page instead of the master page

1 solution

Based on what you say, you need to show the slideshow on default page and on no other page. Even if you have master page, you can place this slider on the needed content page OR on a page that is not referenced from the master page. I don't see any issue what might be troubling you. Try out. Post specific issue if you face. All you have to do is either put it in a page that is not having a master page or dont put the slider in master page, put in the defined content page.
 
Share this answer
 

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