C
Chris H.
Fellow .Netters,
I have come to an impass trying to "hide" a column on a data grid - I'm sure
it's a fairly simple thing (but so am I, that's why I'm stuck)
Imagine if you will that I have a table as structure thus (this is all an
example)
PartID (string)
Part Code (string)
Description (string)
InStock (string)
Now, the PartID field is purely an internal code which has no display value
whatsoever but is needed internally by the system for various other purpose.
My Select statement is simply "Select * from Parts...." and what I want to
do is display all the columns, except the Part ID...but retain the PartID
for other actions required later (as it's in a specific format)
Please put me out of my misery and help me solve this...
Chris....
I have come to an impass trying to "hide" a column on a data grid - I'm sure
it's a fairly simple thing (but so am I, that's why I'm stuck)
Imagine if you will that I have a table as structure thus (this is all an
example)
PartID (string)
Part Code (string)
Description (string)
InStock (string)
Now, the PartID field is purely an internal code which has no display value
whatsoever but is needed internally by the system for various other purpose.
My Select statement is simply "Select * from Parts...." and what I want to
do is display all the columns, except the Part ID...but retain the PartID
for other actions required later (as it's in a specific format)
Please put me out of my misery and help me solve this...
Chris....