creating a radiobutton control in vb.net
- by reffer
ok this is my code in vb.net behind where i am creating the radiobutton -
TD = New HtmlTableCell
Dim rdb As New RadioButton()
rdb.ID = "rdb_ads_" & DR("ID")
TD.Controls.Add(rdb)
TR.Cells.Add(TD)
It displays the radiobutton, but doesnt select single. i can select all at one time. how do i make it to select only 1 at a time.
i know its basic for u guys, but will help me a lot