Originally posted by Adam Gritt
Try putting this in the watch window:
iter->second

or if you were using VS6 you would put:

iter._Ptr->_Value
or
iter._Ptr->_Value.second to see the actual value.
Thank you very much ..

it._Ptr->_Myval.nRow did the trick.