Connecting Tech Pros Worldwide Forums | Help | Site Map

Looping through all the form fields in the code behind ?

Aemca
Guest
 
Posts: n/a
#1: Nov 17 '05
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
Guest
 
Posts: n/a
#2: Nov 17 '05

re: Looping through all the form fields in the code behind ?



"Aemca" <none@none.com> wrote in message
news:#SUsRkCUDHA.2252@TK2MSFTNGP12.phx.gbl...[color=blue]
> 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 ?[/color]

Ignore post just found the answer myself


Closed Thread