Ask a Question related to ASP.NET General, Design and Development.
-
Aemca #1
Looping through all the form fields in the code behind ?
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
-
Dynamically Adding Form Fields to CF Flash Form
I think I know the answer to this but, after some failed Googles, I wanted to double-check here. I have a Flash-based event registration form I'm... -
Looping through only hidden fields
Hi all, Does anyone know how to loop through only the hidden fields from a form? Can CFML refer to the form 'type' to loop through...? Using CF... -
Looping through form fields
Hello all, Hopefully someone can help... I'm now going in circles.. I have a form with a dynamic field like so : ... -
Populate form values based on previous same form fields
This message is cross posted in alt.comp.lang.php & comp.lang.javascript I have a form for a user to input an establishment's hours and what time... -
Code trouble, looping, doesn't read while loop
Hi there, below a little code snippet that causes me some headaches. I had a similar one working fine, until I needed to redo my code on this one... -
Aemca #2
Re: Looping through all the form fields in the code behind ?
"Aemca" <none@none.com> wrote in message
news:#SUsRkCUDHA.2252@TK2MSFTNGP12.phx.gbl...Ignore post just found the answer myself> 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



Reply With Quote

