G
Guest
I have a gridview that is being used for managing inventory. The default
view shows the stock currently available. When editing I don't want the
stock to be directly edited, rather the user will enter the amount of items
being added/removed.
When the user clicks the 'Edit' link I want to hide the stock column and
display a field for the TransactionAmt. I'm using the RowUpdating event to
execute some functions used by that field. I've added the column and am
showing/hiding using the visible property, which works fine for that, but
when I hide the stock column I can no longer access the value that was in
that field.
Any suggestions?
view shows the stock currently available. When editing I don't want the
stock to be directly edited, rather the user will enter the amount of items
being added/removed.
When the user clicks the 'Edit' link I want to hide the stock column and
display a field for the TransactionAmt. I'm using the RowUpdating event to
execute some functions used by that field. I've added the column and am
showing/hiding using the visible property, which works fine for that, but
when I hide the stock column I can no longer access the value that was in
that field.
Any suggestions?