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

  1. #1

    Default Page Problems

    I built a normal registration form containing the normal textboxes,
    dropdownlists, and validation controls. However, when a user submits the
    form in which some field does not pass the client side validation of a
    particular control (textbox, dropdownlist, etc.) the cursor does not return
    to that particular control. It returns back within in the page in which the
    user can then delete the control.
    What can I do to fix a problem like this? All I did was place some controls
    inside of a table and added a submit button. Thanks!


    Leon Shaw Guest

  2. Similar Questions and Discussions

    1. problems to go to another page
      i use video chat application in the web using flash media server the surfer recieve the broadcating and until now it's ok but when he wants to go...
    2. Haveing Page Formatting problems with Crystal Report in my asp.net page..
      Hi Every one, I am using Crystal reports(vers 9.2.3) for a report we need. Now i am using my desktop for development and the report looks nice and...
    3. Two WebControls Same Page, big problems
      I have written a composite treeview webcontrol. It has a "Filtered" property. During the Render process, if the Filtered property is set to True...
    4. Problems connecting to .asp page
      I am running IIS locally on my machine. Everytime I try to access a page that has a database connection it does not work. I have the dsn created...
    5. I saved a html page as a PHP page but I have problems
      Hello Robert, How are you testing your pages? You need to test dynamic pages (such as PHP pages) using both a Web Server and an Application...
  3. #2

    Default Re: Page Problems

    How exactly have you coded your page, that allows a user to delete a control
    from the web page?

    bill


    "Leon Shaw" <vnality@msn.com> wrote in message
    news:u0$FLNKRDHA.2224@TK2MSFTNGP12.phx.gbl...
    > I built a normal registration form containing the normal textboxes,
    > dropdownlists, and validation controls. However, when a user submits the
    > form in which some field does not pass the client side validation of a
    > particular control (textbox, dropdownlist, etc.) the cursor does not
    return
    > to that particular control. It returns back within in the page in which
    the
    > user can then delete the control.
    > What can I do to fix a problem like this? All I did was place some
    controls
    > inside of a table and added a submit button. Thanks!
    >
    >

    William F. Robertson, Jr. 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