I use the following code to create an array list of radio buttons :

dim mychoice = new arraylist
mychoice.add("Calls")
mychoice.add("Assets")
rad.datasource=mychoice
rad.databind()

I want the first radio button "Calls" to be true as default but being an idiot I cant figure it out.

Can anyone help ?

TIA