Waypoint Site Development Guide

Waypoint Development FAQ

Posted 5/18/2012
The following are answers to common issues with setting up Waypoint. 

Widget Communication

Posted 5/18/2012
Waypoint provides a means for widgets to communicate with one another. Any widget you create can submit a message to the Waypoint framework with a command name and some data. Other widgets on the page can subscribe to this event. This page describes how you can code to use this feature.

Working with the Authenticated User

Posted 5/18/2012
When a user is logged in, you can access details about the user using ASP.NET code. Here are a few simple examples to demonstrate that. 

Web.config Settings

Posted 5/18/2012
You can customize Waypoint settings using web.config application keys. The following list explains what keys are available.