Ask a Question related to ASP.NET General, Design and Development.
-
Tina #1
CheckBoxList
When I put a CheckBoxList on a web form and then populate it, it grows
longer. The behavior I wold like would be more like the Windows Forms
CheckedListBox where the control stays the same size and when the data
becomes too long, scroll bars appear.
Can this kind of thing be done with web form controls? I tired putting it
on a panel to see if it would scroll but it wouldn't.
Thanks,
T
Tina Guest
-
Extend CheckBoxList
I'd write a UserControl that contains the CheckBoxList and the Textbox.... "MoeJoe" <anonymous@discussions.microsoft.com> wrote in message... -
More Stupid Questions: CheckboxList
I am using my checkboxlist as a display of true/false values, not to enter data. Is there some way to access in code which list items are selected?... -
How to I Iterator through a CheckBoxList?
This is an ASP.NET using C# website -
How to prevent changes to CheckBoxList
Hello. Can anyone tell me if there is ANY way to prevent the user changing the values in a checkboxlist. I just want to use it for information... -
checkboxlist control
Why don't you keep one of the checkbox selected on load. -- Regards Khan Imran "buran" <buran@buran.com> wrote in message... -
bruce barker #2
Re: CheckBoxList
just place it in a div or td with overflow set
-- bruce
"Tina" <tinamseaburn@excite.com> wrote in message
news:e$W#0bvVDHA.2040@TK2MSFTNGP11.phx.gbl...> When I put a CheckBoxList on a web form and then populate it, it grows
> longer. The behavior I wold like would be more like the Windows Forms
> CheckedListBox where the control stays the same size and when the data
> becomes too long, scroll bars appear.
>
> Can this kind of thing be done with web form controls? I tired putting it
> on a panel to see if it would scroll but it wouldn't.
> Thanks,
> T
>
>
bruce barker Guest



Reply With Quote

