aTekTipsUser
Programmer
I have a program that generates a key value after certain conditions are met. I would like to update this field in the RowChanging event after the conditions are met (sql server calculates the next key value). I have a stored procedure that returns the value and would like to update the grid with this value. I did re-bind the grid, but that is time consuming with large datasets. Thanks for the help!