Recently, I developed an asp.net web page that features a HTML table with a total of 16 columns. Each column contains a datalist control. However, I am struggling to give it the appearance of a gridview control where each column sits next to one another seamlessly. I have noticed that there is excessive white space around the datalist controls within the Table Column, resulting in a gap between each column. How can I minimize this white space to ensure that each column aligns perfectly side by side?