Hi all,
I’ve got a table listing customers email, title and premises codes. (data from table in DB)
<td><%= customer.Title %></td>
<td><%= customer.Email %></td>
<td><%= customer.PremisesCode %></td>
Can I use an ASP button to pass a row of data for a customer to another page? (see below)
<td><asp:Button ID="ReminderB ...
Go to the complete details ...