objParam = objCmd.Parameters.Add("@DataProjector", System.Data.SqlDbType.bit)
objParam.Direction = ParameterDirection.Input
objParam.Value = ""
If (chkAVList.items.FindByValue("Data Projector".Selected = True) Then
objParam.Value = chkAVList.items.FindByValue("Data Projector".Value
End If
objParam.Direction = ParameterDirection.Input
objParam.Value = ""
If (chkAVList.items.FindByValue("Data Projector".Selected = True) Then
objParam.Value = chkAVList.items.FindByValue("Data Projector".Value
End If