Hi, I'm able to save the list box selection. But, on the edit page I would like to see what was saved in the database. Please find my sample here. Can you please help me to find the issue on the iteration process? Insert some test data on the lookup table. Insert into dbo.OSUSR_JF5_LISTTYPE values ('value 01') Insert into dbo.OSUSR_JF5_LISTTYPE values ('value 02') Insert into dbo.OSUSR_JF5_LISTTYPE values ('value 03') Insert into dbo.OSUSR_JF5_LISTTYPE values ('value 04') Thx, Sam