Header, Main

 SLU's SNHU

New Page 1

 THESE PAGES NOT AFFILIATED with SNHU in any way | SLU PhD Info  |  Contact

Header, Main
Lynn History Navigation
SLU's SNHU : NOT affiliated with SNHU in any way!

 





Sugar Loaf University

Skip Navigation Links

Cover
About
Wiki
Overview SNHU
Nexus
Problems

Assignments



Bob causing trouble


Full Disclosure
Transcript
SUGAR LOAF UNIVERSITY



Updated October 17, 2020 | By Bob Fugett

Full Disclosure

                  |  next -->

<-- prev |                   

<-- prev | next -->


SNHU

NOT affiliated with SNHU in any way

This page gives miscellaneous information about my process for completing SNHU online courses.

First, notice the added repeats of next and prev links at the top and bottom of the page.

["prev" is currently set to keep you on this page; use vertical menu at left to go back to main selections]

Those extra links are here to remind me how they work and to provide a code example for setting up a fresh Book Framework with basic navigation.

When starting this SNHU book I wasted several hours trying to find a good example of a working Prev Only page, and the convoluted requirement for making notes about how to do it again would be onerous and not necessarily any easier to figure out next time... so this page is a sample where all functions are laid out in the underlying C# code for future reference.

One small snippet of that underlying code looks like this:

  HtmlContainerControl showPrevOnlyTop = (HtmlContainerControl)this.Master.FindControl("divPrevOnlyTop");
         showPrevOnlyTop.Visible = true;
  HtmlContainerControl showPrevOnlyBot = (HtmlContainerControl)this.Master.FindControl("divPrevOnlyBot");
         showPrevOnlyBot.Visible = true;

I'm sure you can understand why I prefer a fully functional sample with all elements in place.

NOT affiliated with SNHU in any way

- Bob Fugett

 

 

                  |  next -->

<-- prev |                   

<-- prev | next -->

 

 

A KEYTAP Publication