Gridview

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • con

    Gridview

    I have created a grid view on a page and created a gdatatable populated it
    and made the source & bind without issue. All columns display without issue,
    but when I update the row, and get the new data from the grid row I end up 1
    column less? What am I missing, when I add a new column it still is 1 less.

    vs2005 2.0framework with all patches

    thanks in advance...

  • Munna

    #2
    Re: Gridview

    Hi,

    can u tell us what column is missing?
    and how u binding data to grid and how you are updating ...
    is the new row only missing of one column data or the entire grid
    loose a column?

    regards.

    Munna

    Comment

    • con

      #3
      Re: Gridview

      The column is visible when viewing & editing, just when processing
      rowupdating event that it is "missing"



      "Munna" <munnaonc@gmail .comwrote in message
      news:f9f58138-9e89-40c8-8ca4-649c98cb0302@a7 0g2000hsh.googl egroups.com...
      Hi,
      >
      can u tell us what column is missing?
      and how u binding data to grid and how you are updating ...
      is the new row only missing of one column data or the entire grid
      loose a column?
      >
      regards.
      >
      Munna

      Comment

      • Munna

        #4
        Re: Gridview

        Hi,

        Can you upload a demo project project in any file sharing site...
        so that i can check it out...

        Regards

        Munna

        Comment

        • con

          #5
          Re: Gridview

          Thnaks for the help, worked it out. I was automatically removing 1 from the
          count in the code hence always counting 1 less :]

          "Munna" <munnaonc@gmail .comwrote in message
          news:fcdb42e4-f541-44cd-8b6f-add34ea33023@r6 6g2000hsg.googl egroups.com...
          Hi,
          >
          Can you upload a demo project project in any file sharing site...
          so that i can check it out...
          >
          Regards
          >
          Munna

          Comment

          Working...