dropdownlist

  • Thread starter Thread starter sarellaravi
  • Start date Start date
S

sarellaravi

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top