Gridview

  • Thread starter Thread starter con
  • Start date Start date
C

con

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...
 
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
 
The column is visible when viewing & editing, just when processing
rowupdating event that it is "missing"
 
Hi,

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

Regards

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