I have created an array ‘GiftOnDeath(n) ’, where n = the number of gifts…
Dim GiftOnDeath()
‘do some code and collect the number of gifts ‘NumGiftsOnDeat h'
Redim GiftOnDeath(Num GiftsOnDeath)
<%for i = 1 to NumGiftsOnDeath %>
<tr><td >Gift <%response.writ e(i)%>
</td>
<td >
<input class="inputbox 50" name="GiftOnDea th(<%response.w rite(i)%>)"...