@{ ViewData["Title"] = "Welcome"; }

Chart Lookup



@{ if (TempData["Error"] != null) {//If an error has been flagged, information will be displayed to the user

Warning! @TempData["Error"]
} }