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
Alvin Bruney [MVP] - 15 Aug 2007 00:06 GMT
You need to set this up when you populate the dropdown; restrict your query
to return 10 items.

Signature
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET - MS Press
Professional VSTO 2005 - Wrox/Wiley
OWC Black Book www.lulu.com/owc
> hi to everyone,
> just help me out to do this.
[quoted text clipped - 4 lines]
> i want to restrict the no.of items visible to 10 at a single instance.
> plz tell me the solution