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

View TABLE: Positions

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

<% tblPositions_view.ShowMessage() %>

<% If tblPositions.posDescription.Visible Then ' posDescription %> > > ><%= tblPositions.posDescription.ViewValue %> <% End If %> <% If tblPositions.posInDepartment.Visible Then ' posInDepartment %> > > ><%= tblPositions.posInDepartment.ViewValue%> <% End If %>
Description
In Department

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