Group: Forum Members
Posts: 336,
Visits: 497
|
I have a BO that I have attached to a user control and am doing a delete operation on it from within the user control. I set the BO to the record I wish to delete and then call BO.DeleteCurrentRow(False). This seems to be deleting the last record in the BO every time regardless of what row it is currently on. I can look at the data in the BO and it matches the row I wish to delete (the current row) right before DeleteCurrentRow is called, but it doesn't delete that row. Any ideas as to why this could be occurring? Thanks
|