Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: RadioButtonList


Message #1 by "Eifion Bedford" <eifs@b...> on Wed, 12 Dec 2001 14:38:17 -0000
I've got a RadiobuttonList databound to an ArrayList, but... Does anyone

know how to tell the RadioButtonList that I want one of the radio buttons to

be selected?



eifion



Message #2 by "Ajay Varghese" <reese@b...> on Wed, 12 Dec 2001 20:43:15 +0530
Try  .SelectedItem.value

Ajay



----- Original Message -----

From: "Eifion Bedford" <eifs@b...>

To: "ASP+" <aspx@p...>

Sent: Wednesday, December 12, 2001 8:08 PM

Subject: [aspx] RadioButtonList





> I've got a RadiobuttonList databound to an ArrayList, but... Does anyone

> know how to tell the RadioButtonList that I want one of the radio buttons

to

> be selected?

>

> eifion

>

>




>



Message #3 by "Ajay Varghese" <reese@b...> on Wed, 12 Dec 2001 20:45:19 +0530
Pls ignore my previous post. It should have been

.SelectedIndex = <index>

Ajay



----- Original Message -----

From: "Eifion Bedford" <eifs@b...>

To: "ASP+" <aspx@p...>

Sent: Wednesday, December 12, 2001 8:08 PM

Subject: [aspx] RadioButtonList





> I've got a RadiobuttonList databound to an ArrayList, but... Does anyone

> know how to tell the RadioButtonList that I want one of the radio buttons

to

> be selected?

>

> eifion

>

>




>



Message #4 by "Eifion Bedford" <eifs@b...> on Wed, 12 Dec 2001 15:11:56 -0000
> Pls ignore my previous post. It should have been

> .SelectedIndex = <index>



Ta. I'll try it out.



Eifion


  Return to Index