My Code isnt working, why?!?!

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

  1. #1

    Default Re: My Code isnt working, why?!?!

    I corrrected the issue with the delete command. That was a stupid issue on
    my behalf, as i'm sure you'll see....

    However, still battleing the stupid update command.

    thanks for your help!

    --
    David Lozzi
    Web Applications Developer
    [email]dlozzi@(remove-this)delphi-ts.com[/email]



    "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    news:e90PphczFHA.3540@TK2MSFTNGP10.phx.gbl...
    > VB Code is attached.
    >
    >
    > --
    > David Lozzi
    > Web Applications Developer
    > [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >
    >
    >
    > "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    > news:%23jwEcZczFHA.3188@TK2MSFTNGP14.phx.gbl...
    >> Howdy,
    >>
    >> Attached are my two files, aspx and code behind vb. My problem is that
    >> the
    >> update command doesn't process the new information. It will process any
    >> other commands within the function( i.e. updating a lable for status) but
    >> doesnt update the database. If I run the stored proc in query analyzer,
    >> it
    >> runs fine and the data updates. Having the same issue with the delete
    >> button
    >> column, driving me NUTS!
    >>
    >> The update command is lines 196-218 and the delete command is 225-239.
    >>
    >> Line 210 should return rows affected, and it displays 0.
    >>
    >> Thanks a lot!
    >>
    >> --
    >> David Lozzi
    >> Web Applications Developer
    >> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>
    >>
    >>
    >>
    >>
    >
    >
    >

    David Lozzi Guest

  2. Similar Questions and Discussions

    1. #38816 [Opn]: PHP code that was working perfectly recently stopped working.
      ID: 38816 User updated by: mtoohee at gmail dot com -Summary: PHP code that was working perfectly recently stopped....
    2. Reposting: wth this isnt working
      Ok sorry i messed the other one up and i cant edit it, so ill post it again but when i comes to the content area, "i will be using php with a php...
    3. One custom WebControl using it at several webpage with diffirent behaviour isnt working
      Dear all, I searched a lot on internet/newsgroups, without any correct answer for my problem. The problem is: ================ I have a...
    4. CFIF statements-why isnt it working???
      I am trying to only allow a handful of URLs to pass though, otherwise relocate to home page..This code isnt workign however...any help woudl be...
    5. Please help!! ASP.NET isnt working!
      Hi, I just installed IIS and when I tried browsing the link: http://localhost it says: "you are not authorized to view this page" HTTP...
  3. #2

    Default Re: My Code isnt working, why?!?!

    I've narrowed down the issue to this column.... <asp:BoundColumn
    DataField="ID" Visible="False" />. When I response.write the fields before
    assigning them to the parameters fo the sqlcommand, this returns a blank
    value, while the other fields return the correct information. Any ideas?

    --
    David Lozzi
    Web Applications Developer
    [email]dlozzi@(remove-this)delphi-ts.com[/email]



    "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    news:uEXgxrczFHA.596@TK2MSFTNGP12.phx.gbl...
    >I corrrected the issue with the delete command. That was a stupid issue on
    >my behalf, as i'm sure you'll see....
    >
    > However, still battleing the stupid update command.
    >
    > thanks for your help!
    >
    > --
    > David Lozzi
    > Web Applications Developer
    > [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >
    >
    >
    > "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    > news:e90PphczFHA.3540@TK2MSFTNGP10.phx.gbl...
    >> VB Code is attached.
    >>
    >>
    >> --
    >> David Lozzi
    >> Web Applications Developer
    >> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>
    >>
    >>
    >> "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    >> news:%23jwEcZczFHA.3188@TK2MSFTNGP14.phx.gbl...
    >>> Howdy,
    >>>
    >>> Attached are my two files, aspx and code behind vb. My problem is that
    >>> the
    >>> update command doesn't process the new information. It will process any
    >>> other commands within the function( i.e. updating a lable for status)
    >>> but
    >>> doesnt update the database. If I run the stored proc in query analyzer,
    >>> it
    >>> runs fine and the data updates. Having the same issue with the delete
    >>> button
    >>> column, driving me NUTS!
    >>>
    >>> The update command is lines 196-218 and the delete command is 225-239.
    >>>
    >>> Line 210 should return rows affected, and it displays 0.
    >>>
    >>> Thanks a lot!
    >>>
    >>> --
    >>> David Lozzi
    >>> Web Applications Developer
    >>> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>>
    >>>
    >>>
    >>>
    >>>
    >>
    >>
    >>
    >
    >

    David Lozzi Guest

  4. #3

    Default Re: My Code isnt working, why?!?!

    I setup this column as the others and called the ID the same way:
    CType(e.Item.Cells(0).FindControl("txtEditID"), TextBox).Text.
    Works great with the column visible, but I want the column invisible. When I
    set visible to false, it doesn't see the ID.

    --
    David Lozzi
    Web Applications Developer
    [email]dlozzi@(remove-this)delphi-ts.com[/email]



    "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    news:eUox$3czFHA.2424@TK2MSFTNGP12.phx.gbl...
    > I've narrowed down the issue to this column.... <asp:BoundColumn
    > DataField="ID" Visible="False" />. When I response.write the fields before
    > assigning them to the parameters fo the sqlcommand, this returns a blank
    > value, while the other fields return the correct information. Any ideas?
    >
    > --
    > David Lozzi
    > Web Applications Developer
    > [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >
    >
    >
    > "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    > news:uEXgxrczFHA.596@TK2MSFTNGP12.phx.gbl...
    >>I corrrected the issue with the delete command. That was a stupid issue on
    >>my behalf, as i'm sure you'll see....
    >>
    >> However, still battleing the stupid update command.
    >>
    >> thanks for your help!
    >>
    >> --
    >> David Lozzi
    >> Web Applications Developer
    >> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>
    >>
    >>
    >> "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    >> news:e90PphczFHA.3540@TK2MSFTNGP10.phx.gbl...
    >>> VB Code is attached.
    >>>
    >>>
    >>> --
    >>> David Lozzi
    >>> Web Applications Developer
    >>> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>>
    >>>
    >>>
    >>> "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    >>> news:%23jwEcZczFHA.3188@TK2MSFTNGP14.phx.gbl...
    >>>> Howdy,
    >>>>
    >>>> Attached are my two files, aspx and code behind vb. My problem is that
    >>>> the
    >>>> update command doesn't process the new information. It will process any
    >>>> other commands within the function( i.e. updating a lable for status)
    >>>> but
    >>>> doesnt update the database. If I run the stored proc in query analyzer,
    >>>> it
    >>>> runs fine and the data updates. Having the same issue with the delete
    >>>> button
    >>>> column, driving me NUTS!
    >>>>
    >>>> The update command is lines 196-218 and the delete command is 225-239.
    >>>>
    >>>> Line 210 should return rows affected, and it displays 0.
    >>>>
    >>>> Thanks a lot!
    >>>>
    >>>> --
    >>>> David Lozzi
    >>>> Web Applications Developer
    >>>> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>>>
    >>>>
    >>>>
    >>>>
    >>>>
    >>>
    >>>
    >>>
    >>
    >>
    >
    >

    David Lozzi Guest

  5. #4

    Default Re: My Code isnt working, why?!?!

    FIXED IT. Had to put the boundcolumn to ReadOnly="True" Why? I have no idea,
    but it worked

    thanks for bearing with my insanity.

    --
    David Lozzi
    Web Applications Developer
    [email]dlozzi@(remove-this)delphi-ts.com[/email]



    "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    news:ODVQl7czFHA.904@tk2msftngp13.phx.gbl...
    >I setup this column as the others and called the ID the same way:
    >CType(e.Item.Cells(0).FindControl("txtEditID"), TextBox).Text.
    > Works great with the column visible, but I want the column invisible. When
    > I set visible to false, it doesn't see the ID.
    >
    > --
    > David Lozzi
    > Web Applications Developer
    > [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >
    >
    >
    > "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    > news:eUox$3czFHA.2424@TK2MSFTNGP12.phx.gbl...
    >> I've narrowed down the issue to this column.... <asp:BoundColumn
    >> DataField="ID" Visible="False" />. When I response.write the fields
    >> before assigning them to the parameters fo the sqlcommand, this returns a
    >> blank value, while the other fields return the correct information. Any
    >> ideas?
    >>
    >> --
    >> David Lozzi
    >> Web Applications Developer
    >> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>
    >>
    >>
    >> "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    >> news:uEXgxrczFHA.596@TK2MSFTNGP12.phx.gbl...
    >>>I corrrected the issue with the delete command. That was a stupid issue
    >>>on my behalf, as i'm sure you'll see....
    >>>
    >>> However, still battleing the stupid update command.
    >>>
    >>> thanks for your help!
    >>>
    >>> --
    >>> David Lozzi
    >>> Web Applications Developer
    >>> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>>
    >>>
    >>>
    >>> "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    >>> news:e90PphczFHA.3540@TK2MSFTNGP10.phx.gbl...
    >>>> VB Code is attached.
    >>>>
    >>>>
    >>>> --
    >>>> David Lozzi
    >>>> Web Applications Developer
    >>>> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>>>
    >>>>
    >>>>
    >>>> "David Lozzi" <DavidLozzi@nospam.nospam> wrote in message
    >>>> news:%23jwEcZczFHA.3188@TK2MSFTNGP14.phx.gbl...
    >>>>> Howdy,
    >>>>>
    >>>>> Attached are my two files, aspx and code behind vb. My problem is that
    >>>>> the
    >>>>> update command doesn't process the new information. It will process
    >>>>> any
    >>>>> other commands within the function( i.e. updating a lable for status)
    >>>>> but
    >>>>> doesnt update the database. If I run the stored proc in query
    >>>>> analyzer, it
    >>>>> runs fine and the data updates. Having the same issue with the delete
    >>>>> button
    >>>>> column, driving me NUTS!
    >>>>>
    >>>>> The update command is lines 196-218 and the delete command is 225-239.
    >>>>>
    >>>>> Line 210 should return rows affected, and it displays 0.
    >>>>>
    >>>>> Thanks a lot!
    >>>>>
    >>>>> --
    >>>>> David Lozzi
    >>>>> Web Applications Developer
    >>>>> [email]dlozzi@(remove-this)delphi-ts.com[/email]
    >>>>>
    >>>>>
    >>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

    David Lozzi 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