I would like to ask a question on visual basic,activeX control datagrid usage. I want to validate the data entered in one column of the grid. The grid is bound to an oracle table through ADO. My problem is when I use 'before column update' event in the grid, The value in the current "column's value or text" property as well as the "oldvalue" parameter's value is showing the old value in that field. How I can get the new value entered in that column.