I received some great help from A2H on how to dynamically create checkboxes from rows in a database table but I am receiving a "System.IndexOutOfRangeException:
fullname" error when I run it. Initially I tried putting the code in the Page Load event but later tried putting it a few other events to no avail. Here is the markup from the .aspx file:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="TestCheckBox.aspx.vb" Inherits="TestCheckBox" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<as ...
Go to the complete details ...