Answered Carosel Ask

  • Thursday, December 04, 2008 11:29 PM
     
     

    I create Carousel like in the video tutorial. After that, I would like to click the button Carousel and link to another page how can I do it.

All Replies

  • Friday, December 05, 2008 12:56 AM
     
     Answered

    HI,

    Attach a click handler in your Button and then add code for redirecting to another Page.

    HtmlPage.Window.Navigate(YourUriObject);