What database are you using? OLE is slow but may be your only choice.
Also use a reader (forward only cursor) instead of a DataTable, it's faster for this kind of scenario.
But, consider the design. 2500 options in a drop Down List box ??? I can't think of any reason why I would want to choose from that many items in any application as a user. Consider filtering this list into sections/categories and have another drop down for the user to choose a section/category and then load only those items into the dropdown at a time.
Last edited by hollystyles; Apr 3rd, 2009 at 9:44 am.
Reputation Points: 262
Solved Threads: 68
Veteran Poster
Offline 1,181 posts
since Feb 2005