Looping through all the form fields in the code behind ?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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 : ...
    4. 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...
    5. 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...
  3. #2

    Default Re: Looping through all the form fields in the code behind ?


    "Aemca" <none@none.com> wrote in message
    news:#SUsRkCUDHA.2252@TK2MSFTNGP12.phx.gbl...
    > 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


    Aemca Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139