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

View TABLE: ltg Fixture Note Type

<% If ltgFixtureNoteType.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 %>

<% ltgFixtureNoteType_view.ShowMessage() %>

<% If ltgFixtureNoteType.ntyDescription.Visible Then ' ntyDescription %> > > ><%= ltgFixtureNoteType.ntyDescription.ViewValue %> <% End If %> <% If ltgFixtureNoteType.ntyIsActive.Visible Then ' ntyIsActive %> > > <% If Convert.ToString(ltgFixtureNoteType.ntyIsActive.CurrentValue) = "1" Then %> <% Else %> <% End If %> <% End If %>
Description
Is Active

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