Looping through all the form fields in the code behind ?

  • Thread starter Thread starter Aemca
  • Start date Start date
A

Aemca

In good old asp you could easily loop through all the elements in a posted
form.
In a for each loop using the request.form elements.
How do I go about this in asp.net?
Or should I just specify all the fields ?
 
Aemca said:
In good old asp you could easily loop through all the elements in a posted
form.
In a for each loop using the request.form elements.
How do I go about this in asp.net?
Or should I just specify all the fields ?

Ignore post just found the answer myself
 
Back
Top