Hi, How would I add multiple controls to a cell? I'm currently using: inCell.Controls.Add(ddl1); inCell.Controls.Add(ddl2); But ddl2 seems to over-write the previous. Any ideas?