How to create Arrays of textboxes?

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Hi There,

I am making the transition from asp to asp .net, I would like to create a
page with an array of textboxes and collect the values. Could someone help
me out with a little code?

1. I need to create an array of textboxes, what the best method to do this ?
2. How can I collect information once it has been submitted? I have tried to
use something like the request.form.count method, however this didn't work.

Sean - thanks in advance
 
Back
Top