Hi,
On a web page I have an radio control list that is binded to an sqldatareader.
My question is how can I detect if the data reader has returned any records?
If i check the datareader first then I can not do the binding because the data reader was already used.
I tried to do the binding first and then to check radChannel.Controls.Count property of the radio control, but this prop is always 0.

Thank you,

svatasoiu