Jean
|
| Posted: 07/02/2002, 10:03 PM |
|
Hi,
I am using ASP.NET /C#
Can any advise on how to change a CCS generated page that has check box to
update a bit field rather an a set of radio buttons of Yes and No.
Thanks
Jean
|
|
|
 |
Sanddy
|
| Posted: 07/03/2002, 2:16 AM |
|
Are you using a Record or Grid Builder ??
Generally you can select the RadioButton, right-click and choose "Change
To -> CheckBox" to convert the control..
Regards,
Sanddy
|
|
|
 |
Jean
|
| Posted: 07/03/2002, 12:32 PM |
|
Sanddy,
I am sorry I have confused you. I wanted to change checkbox (yes/no) to a
set of 2 radio buttons (one is yes and the other is no, and one will turn
itself off if the other is checked).
Thanks
"Sanddy" <e_sanddy@yahoo.com> wrote in message
news:afufcp$i15$1@news.codecharge.com...
> Are you using a Record or Grid Builder ??
> Generally you can select the RadioButton, right-click and choose "Change
> To -> CheckBox" to convert the control..
>
> Regards,
> Sanddy
>
>
|
|
|
 |
Jean
|
| Posted: 07/03/2002, 1:54 PM |
|
I also got this error when I change the control type to just one radio.
tblMember_maint.aspx.cs(184,9): error CS0117:
'System.Web.UI.WebControls.RadioButtonList' does not contain a definition
for 'Checked'
Jean
"Jean" <jhsi@attbi.com> wrote in message
news:afvjfh$jea$1@news.codecharge.com...
> Sanddy,
>
> I am sorry I have confused you. I wanted to change checkbox (yes/no) to a
> set of 2 radio buttons (one is yes and the other is no, and one will turn
> itself off if the other is checked).
>
> Thanks
>
>
>
> "Sanddy" <e_sanddy@yahoo.com> wrote in message
>news:afufcp$i15$1@news.codecharge.com...
> > Are you using a Record or Grid Builder ??
> > Generally you can select the RadioButton, right-click and choose "Change
> > To -> CheckBox" to convert the control..
> >
> > Regards,
> > Sanddy
> >
> >
>
>
|
|
|
 |
|