Splitting an ASP.NET Form on Multiple Pages

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Splitting an ASP.NET Form on Multiple Pages

    Hey,
    I am pretty new to web development and i am trying to create a form
    using ASP.NET that spans more than one page. The reason for this is the form is
    quite long and may appear intimidating to the end user, so i would like the
    form to be layed out so that the user can enter some information on Page 1,
    Click 'Next' or 'Continue', enter further information on Page 2 and then Submit
    the information . Please let me know if this possible. Any feedback would be
    greatly appreciated. Thanks.

    jcharlem Guest

  2. Similar Questions and Discussions

    1. Help! - Passing form data between multiple pages
      Hi, I am working on a multiple pages survey, right now if my user fill out page 1, click next, then fill out page2, page3, his answer will be...
    2. Remove form field duplicated across multiple pages
      Can a (text) form field duplicated across multiple pages in Acrobat 6.0.1 be removed in a simple operation, or must the field be removed from each...
    3. <form> to multiple pages
      I would like the following form to send to the https that is shown, but I would also like it to send the same info to another page at the same time....
    4. [PHP] splitting content into pages
      daniel@electroteque.org <mailto:daniel@electroteque.org> on Wednesday, July 30, 2003 6:35 PM said: This can be easy. 1. Make sure the...
    5. To Bill H. or someone else who can help me with splitting a form in pages
      Hello, i have a big form and want to split it into pages. I searched the newsgroup and find out that mr. Bill Horvath & JoJo are using ASP for...
  3. #2

    Default Re: Splitting an ASP.NET Form on Multiple Pages

    "jcharlem" <webforumsuser@macromedia.com> wrote in message
    news:dgufn9$5fq$1@forums.macromedia.com...
    > Hey,
    > I am pretty new to web development and i am trying to create a form
    > using ASP.NET that spans more than one page. The reason for this is the
    > form is
    > quite long and may appear intimidating to the end user, so i would like
    > the
    > form to be layed out so that the user can enter some information on Page
    > 1,
    > Click 'Next' or 'Continue', enter further information on Page 2 and then
    > Submit
    > the information . Please let me know if this possible. Any feedback would
    > be
    > greatly appreciated. Thanks.
    >
    Set up the form all in one page and each section inside a Panel. You can
    still have a Next button that will hide the current Panel and then show the
    next one. That way a form stays all together even though it appears to the
    user as being separate pages.


    Roloc Dica 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