Linking Back to the Preferences Page


Since you have the handy user preferences page, you might as well let users change preferences as they view slides. You can link  Slideshow2.aspx to the  SlideshowSettings.aspx preferences page with a normal hyperlink. You can add a hyperlink to the slideshow by using one of the following three methods:

  • In Design view, drag an Anchor element from the HTML Elements tab of the Toolbox onto the page and then edit the tag to set the text to Set caption preferences. In the Properties window, set its href property to  SlideshowSettings.aspx.

  • If you re handy with HTML, switch to HTML view and add an <a> tag that links to  SlideshowSettings.aspx. Set the href attribute of the <a> tag to  SlideshowSettings.aspx. It might look like this:

    <a href="SlideshowSettings.aspx">Set caption p references</a>
  • If you want to just stick with Web controls, from the Web Controls tab of the Toolbox, drag a Hyperlink control onto the page and set its NavigateUrl property to  SlideshowSettings.aspx and its Text property to Set caption preferences.




  • Microsoft ASP. NET Web Matrix Starter Kit
    Microsoft ASP.NET Web Matrix Starter Kit (Bpg-Other)
    ISBN: 0735618569
    EAN: 2147483647
    Year: 2003
    Pages: 169
    Authors: Mike Pope
    BUY ON AMAZON

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net