How is your SystemUser Object populated, how large is the data set (# of rows)
Why not use an unbound Combo and simply loop through your SystemUser object and add the Rows/Columns in code?
Thanks for the answer Donald, indeed I even didn'(t think to make a foreach loop inside my SystemUser object !
Since I started ASP.NET (6 months ago), I always bound my object to the combo and selected the right data fields !
But thanks to you, I manually added the rows to the combo and it's working fine !