changing content in contentplaceholder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flare0
    New Member
    • Nov 2011
    • 1

    changing content in contentplaceholder

    hello i'm making a website and i need help. i just made a small slideshow. and with the buttons to control it i also want to change the content of the contentplacehol der to that of another page.

    Example: Im on page.. /home/index and i press on the button of my slideshow and then it shows the content of page .. /home/about

    basically i need to know how to change the page the content is coming from without going to a different url
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Use the same page.

    In the button click events, load the next/previous image into the contentplacehol der.

    Mind you I think I'd just get rid of the contentplacehol der and use an Image control.

    Then in the next and previous button click events I'd just change the source for the Image control.

    K.I.S.S (keep it simple)

    -Frinny

    Comment

    Working...