How to Insert field and value into another grid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shookim@gmail.com

    How to Insert field and value into another grid

    I don't care how one suggests I do it, but I've been searching for days
    on how to implement this concept. I'm trying to use some kind of grid
    control (doesn't have to be a grid control, whatever works best) to
    display a dropdown menu of fields populated from table tblInvoiceData.
    This control also includes a textbox which the user can input a value.
    These two columns are side by side and not in a vertical layout.

    The user then clicks on the "add" button and that particular field and
    value displays in a grid (can be this original grid or another), BUT,
    does not update the database tables until the user finshes adding all
    their fields and then clicks on the UPDATE button, at which point
    updates tblInvoiceData for this particular clientID.

    HELP!!!

  • Cor Ligthert [MVP]

    #2
    Re: How to Insert field and value into another grid

    Shookim,

    You were very well able to show to others the concept of AdoNet.

    :-)

    Use this sample and put than in yourself a dropdown box which there are as
    well samples on our website.



    I hope this helps.

    Cor


    <shookim@gmail. comschreef in bericht
    news:1165599700 .595302.199820@ 16g2000cwy.goog legroups.com...
    >I don't care how one suggests I do it, but I've been searching for days
    on how to implement this concept. I'm trying to use some kind of grid
    control (doesn't have to be a grid control, whatever works best) to
    display a dropdown menu of fields populated from table tblInvoiceData.
    This control also includes a textbox which the user can input a value.
    These two columns are side by side and not in a vertical layout.
    >
    The user then clicks on the "add" button and that particular field and
    value displays in a grid (can be this original grid or another), BUT,
    does not update the database tables until the user finshes adding all
    their fields and then clicks on the UPDATE button, at which point
    updates tblInvoiceData for this particular clientID.
    >
    HELP!!!
    >

    Comment

    • shookim@gmail.com

      #3
      Re: How to Insert field and value into another grid

      Could you be more specific by pointing out which you think would be
      helpful for my issue? I've skimmed over all the topics and wasn't sure
      which one would be appropriate due to the lack of detail in the
      description.

      Thanks,
      s.

      Comment

      • Cor Ligthert [MVP]

        #4
        Re: How to Insert field and value into another grid

        Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.



        <shookim@gmail. comschreef in bericht
        news:1165800572 .036403.24450@j 72g2000cwa.goog legroups.com...
        Could you be more specific by pointing out which you think would be
        helpful for my issue? I've skimmed over all the topics and wasn't sure
        which one would be appropriate due to the lack of detail in the
        description.
        >
        Thanks,
        s.
        >

        Comment

        • shookim@gmail.com

          #5
          Re: How to Insert field and value into another grid

          you are redirecting me to the msdn site? meaning the previous link
          doesn't apply?

          Thanks.

          I still need help...somebody !!!

          Comment

          • Cor Ligthert [MVP]

            #6
            Re: How to Insert field and value into another grid

            No you are asking something like if we can give you the exact age of
            everybody on earth.



            <shookim@gmail. comschreef in bericht
            news:1165850920 .322653.106570@ j72g2000cwa.goo glegroups.com.. .
            you are redirecting me to the msdn site? meaning the previous link
            doesn't apply?
            >
            Thanks.
            >
            I still need help...somebody !!!
            >

            Comment

            Working...