post back doesn't work

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

  1. #1

    Default Re: post back doesn't work

    On Tue, 22 Jul 2003 20:01:44 -0400, "shimonsim@talamus.com"
    <estshim@att.net> wrote:
    >Hi
    >I have a form that has two checkbox that I need to PostBack the event. I set
    >it up but the browser says that script is wrong and points on
    >theform.submit() - object doesn't have this method.
    >Where could be the problem? I even don't know even where to start.
    >Thanks, Shimon.
    >
    I bet you have somewhere in that form an html submit button that has
    the name 'submit'... I figured this out just a few days back when it
    happened to me.
    Wickwack Guest

  2. Similar Questions and Discussions

    1. Validator message disappeared after post back
      Hi, I have a compositecontrol contain a textbox (txtPhoneNumber) and a RegularExpressionValidator. I tested in a page, the validation seems work...
    2. post back event in server control
      how do I get the button event recognized in the post back from a server control ?? ========code============= Public Class MyButton Inherits...
    3. Dragging rows without a post back to the server.
      I have been able to create a datagrid that is able to click and drag from one row and drop it onto another to move it above the row dropped on. The...
    4. post the result back to same page??
      <html> <body> <Form action="calc.asp" method="post" name="calc"> <P>NUM1: <input type="text" name="num1"> <P>NUM2: <input type="text"...
    5. Post back
      hello all, I have a simple question. on my .aspx page I have bunch of textbox, and dropdowns. One of the dropdown2 has postback = true. When the...
  3. #2

    Default Re: post back doesn't work

    You are the men!
    Thanks a lot.
    "Wickwack" <wickwack2003@yahoo.com> wrote in message
    news:l0orhvgjaqq451ik4o1v2o1ftfr2i0nfci@4ax.com...
    > On Tue, 22 Jul 2003 20:01:44 -0400, "shimonsim@talamus.com"
    > <estshim@att.net> wrote:
    >
    > >Hi
    > >I have a form that has two checkbox that I need to PostBack the event. I
    set
    > >it up but the browser says that script is wrong and points on
    > >theform.submit() - object doesn't have this method.
    > >Where could be the problem? I even don't know even where to start.
    > >Thanks, Shimon.
    > >
    >
    > I bet you have somewhere in that form an html submit button that has
    > the name 'submit'... I figured this out just a few days back when it
    > happened to me.

    shimonsim@talamus.com 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