|
-
Mar 27th, 2003, 06:03 AM
#1
Thread Starter
Fanatic Member
Array list
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
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
|