|
|
|
start date: Mon, 13 Aug 2007 13:59:45 -0000,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
unknown
|
|
2
Larry Bud
|
|
3
Steve C. Orr [MCSD, MVP, CSM, ASP Insider]
|
how to restrict the appearance of dropdown list
In my dropdown list there are 70 items. when I select the dropdownlist
I am able to view 35 items in a single view. But I want to restrict
the no.of items to 10 when I select dropdownlist.
Please help me out
Date:Mon, 13 Aug 2007 13:59:45 -0000
Author:
|
Re: how to restrict the appearance of dropdown list
On Aug 13, 9:59 am, sarellar...@gmail.com wrote:
> In my dropdown list there are 70 items. when I select the dropdownlist
> I am able to view 35 items in a single view. But I want to restrict
> the no.of items to 10 when I select dropdownlist.
> Please help me out
I don't believe you can. It's up to the browser on how to render the
size of it. Why would you want to limit it?
Date:Mon, 13 Aug 2007 11:26:00 -0700
Author:
|
Re: how to restrict the appearance of dropdown list
You could try using an HTML Select control instead of the Web DropDownList
control.
Then set the select's Size property to 10.
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
wrote in message
news:1187013585.851843.300490@g12g2000prg.googlegroups.com...
> In my dropdown list there are 70 items. when I select the dropdownlist
> I am able to view 35 items in a single view. But I want to restrict
> the no.of items to 10 when I select dropdownlist.
> Please help me out
>
Date:Mon, 13 Aug 2007 15:40:56 -0700
Author:
|
|
|