|
-
Oct 1st, 2004, 08:34 AM
#1
Thread Starter
Member
radiobutton and panels
hello,
i have a webform on this webform i create radiobuttons dynamically. i store them in a panel -> panel1 .
now the problem is that i can't find them back to now wich one is checked
this is the code i use
Dim rad As RadioButton
Dim ctl As Control
For Each ctl In Me.Panel1.Controls
If TypeOf ctl Is RadioButton Then
aant += 1
End If
Next
any suggestions?
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
|