|
|
|
start date: Mon, 13 Aug 2007 14:13:56 -0000,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
unknown
|
|
2
George Ter-Saakov
|
|
3
Ladislav Mrnka
|
|
4
George Ter-Saakov
|
regarding the apperance of dropdownlist
hi to everyone,
just help me out to do this.
On my page i have a dropdownlist control,which contain 80 items.
when i select the dropdownlist.i am able to veiw 35 items of the list
at single look.
which gives a odd apperance.
i want to restrict the no.of items visible to 10 at a single instance.
plz tell me the solution.
Date:Mon, 13 Aug 2007 14:13:56 -0000
Author:
|
Re: regarding the apperance of dropdownlist
there is a property "size" (or something like that) It controls it.
George.
wrote in message
news:1187014436.447474.85190@i13g2000prf.googlegroups.com...
> hi to everyone,
> just help me out to do this.
> On my page i have a dropdownlist control,which contain 80 items.
> when i select the dropdownlist.i am able to veiw 35 items of the list
> at single look.
> which gives a odd apperance.
> i want to restrict the no.of items visible to 10 at a single instance.
> plz tell me the solution.
>
Date:Mon, 13 Aug 2007 10:27:52 -0400
Author:
|
Re: regarding the apperance of dropdownlist
Hello,
size does not control number of items in drop down it says how many rows are
shown. If size is set control will be rendered as list box. If size is not
set control will be rendered as drop down.
Regards,
Ladislav
"George Ter-Saakov" wrote:
> there is a property "size" (or something like that) It controls it.
>
> George.
>
>
> wrote in message
> news:1187014436.447474.85190@i13g2000prf.googlegroups.com...
> > hi to everyone,
> > just help me out to do this.
> > On my page i have a dropdownlist control,which contain 80 items.
> > when i select the dropdownlist.i am able to veiw 35 items of the list
> > at single look.
> > which gives a odd apperance.
> > i want to restrict the no.of items visible to 10 at a single instance.
> > plz tell me the solution.
> >
>
>
>
Date:Mon, 13 Aug 2007 07:48:02 -0700
Author:
|
Re: regarding the apperance of dropdownlist
Oops, you right, did not read the question carefully. Thought the guy is
asking about setting size of the listbox.
George.
"Ladislav Mrnka" wrote in message
news:3D0B611D-5DFA-401F-B08D-E76B05A31A0E@microsoft.com...
> Hello,
> size does not control number of items in drop down it says how many rows
> are
> shown. If size is set control will be rendered as list box. If size is not
> set control will be rendered as drop down.
>
> Regards,
> Ladislav
>
> "George Ter-Saakov" wrote:
>
>> there is a property "size" (or something like that) It controls it.
>>
>> George.
>>
>>
>> wrote in message
>> news:1187014436.447474.85190@i13g2000prf.googlegroups.com...
>> > hi to everyone,
>> > just help me out to do this.
>> > On my page i have a dropdownlist control,which contain 80 items.
>> > when i select the dropdownlist.i am able to veiw 35 items of the list
>> > at single look.
>> > which gives a odd apperance.
>> > i want to restrict the no.of items visible to 10 at a single instance.
>> > plz tell me the solution.
>> >
>>
>>
>>
Date:Mon, 13 Aug 2007 11:28:36 -0400
Author:
|
|
|