<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div link="blue" vlink="purple" lang="EN-US"><div><p><span style="font-size: 11pt; color: rgb(31, 73, 125);">
If Count is zero then presumably there's no items in the
collection.&nbsp; Is that possible?</span></p></div></div></div></blockquote></div>In this instance, I have three columns bound to a DataSet, and a button column that I Add()-ed. &quot;Count&quot; only says I have 1 Column. The bound columns do not appear to count.
<br><br>I even tried moving the count statement after the control was added to it's parent, thinking perhaps that was when the databinding actually occurred. No change.<br>