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
You need to set this up when you populate the dropdown; restrict your query to return 10 items. -- Regards, Alvin Bruney ------------------------------------------------------ Shameless author plug Excel Services for .NET - MS Press Professional VSTO 2005 - Wrox/Wiley OWC Black Book www.lulu.com/owc wrote in message news:1187014653.808958.152170@q3g2000prf.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 >