|
-
Feb 12th, 2003, 10:29 AM
#1
Thread Starter
Lively Member
radio control list question
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
-
Feb 12th, 2003, 12:51 PM
#2
You can easilly check the RadionButtonListControl.Items.Count after you bind the SQLDataReader.
-
Feb 13th, 2003, 08:13 AM
#3
Thread Starter
Lively Member
That works. thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|