I have a datagrid with a hidden colunm (the first column) and a visible one.
My hidden column is the id of my table and the visible one is the description
If I use a UpdateCommand event in the datagrid, I can get the new value of the visible column (it has a textbox), but I can't find the value of the hidden one.
Both columns are bound columns.
How can I find the value of the hidden column, so I can update the table?
NetAngel
My hidden column is the id of my table and the visible one is the description
If I use a UpdateCommand event in the datagrid, I can get the new value of the visible column (it has a textbox), but I can't find the value of the hidden one.
Both columns are bound columns.
How can I find the value of the hidden column, so I can update the table?
NetAngel