Hi,
I am showing data in gridview...
But i want to hide one particular column in that gridview but i must not keep that column property visable=false....if i keep false i am getting problem when i am updating the row...becoz that is datakeynames..
any suggesstions plz....
Shekar.
hi
place the mouse on the grid and right click u will get many options select Property Builder then u will be prompted with a dialogue box in that select Columns - bound column - click > - write the name of the column
and there u have a checkbox with "visible" as a label uncheck it
now whatever column is there it will not be visible in the grid
hope it helps
bye