I've tried to do something like below so that I can do the insert procedure to save a few sets of data into the database from a multirow table... Can anyone here please help to have a look what's wrong it it?!
dim number, counter
counter = 0
number=Request.Form("count"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Do until counter = number
counter = counter + 1
yr = Request.Form("yr_"&counter&""![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Response.Write(yr)
Loop
dim number, counter
counter = 0
number=Request.Form("count"
Do until counter = number
counter = counter + 1
yr = Request.Form("yr_"&counter&""
Response.Write(yr)
Loop