Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strange DropDownList

Status
Not open for further replies.

nuts1

Programmer
Jun 28, 2003
2
IN
Hi,

I am in a fix. The drop down list of the ASP.NET behaves very strangely. I have added a drop down list to a web form and added about 200 items to it.

When i view this dropdown list in Win2000, it is fine and opening up about 11 rows with scroll bars.

But in Win XP, the same drop down list control opens up a big list whihc hits the roof of the web page. Now my requirement is to fix this bug or to rectify it to show only 11 or 15 rows. Please help.

Regards,
Nut
 
nuts. go to ASP Alliance. There is a dropdown list routine that allows you to drop 10 rows at a time, with buttons that allow next, previous, etc. loading. I don't have the link on me, just do a search and you should find it.
 
Thanks for your reply.

But i do not need the paging with buttons. I jus need the dropdown list with the scroll bars and 11 rows displayed. Any chance of that??

Regards,
Nut
 
I would suspect the browser, not the operating system. aspx changes the outputted html depending on what browser the client is using....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top