<%@ Page Language="VB" MasterPageFile="masterpage.master" AutoEventWireup="false" CodeFile="tblLocationsview.aspx.vb" Inherits="tblLocationsview" CodeFileBaseClass="AspNetMaker7_tfpssnet" %> <% If tblLocations.Export = "" Then %> <% End If %>

View TABLE: Locations

<% If tblLocations.Export = "" Then %> Back to List  <% If Security.CanAdd Then %> Add  <% End If %> <% If Security.CanEdit Then %> Edit  <% End If %> <% If Security.CanDelete Then %> Delete  <% End If %> <% End If %>

<% tblLocations_view.ShowMessage() %>

<% If tblLocations.locDescription.Visible Then ' locDescription %> > > ><%= tblLocations.locDescription.ViewValue %> <% End If %> <% If tblLocations.locLighting.Visible Then ' locLighting %> > > <% If Convert.ToString(tblLocations.locLighting.CurrentValue) = "1" Then %> <% Else %> <% End If %> <% End If %>
Description
loc Lighting

<% If tblLocations.Export = "" Then %> <% End If %>