Hello,
I have to use some codes as follows:
...
For i = 1 To 21
Label(i).text = ds.Tables(0).Rows(0)(1)
RadioButtonList(i).SelectedItem.Text = ds.Tables(0).Rows(0)(2)
Next
....
how can i use label or radiobuttonlist controls with arrays in asp.net vb codebehind?
could you help me?
I have to use some codes as follows:
...
For i = 1 To 21
Label(i).text = ds.Tables(0).Rows(0)(1)
RadioButtonList(i).SelectedItem.Text = ds.Tables(0).Rows(0)(2)
Next
....
how can i use label or radiobuttonlist controls with arrays in asp.net vb codebehind?
could you help me?