I am facing weird kinda situation. I have form which consists of 6 Fields among which 1 is drop down list. Now i have filled that drop down from another table but problem is that the Drop Down consists loads many items (ComplaintID) and can extent further. So what can be the solution instead of using Drop down or trimming it or anything.
Asked
Active
Viewed 205 times
0
-
You really should try and further filter that list. – Anthony Horne Apr 30 '14 at 10:05
2 Answers
2
have you tried a listbox? that lets you scroll so doesn't matter how many items really

Neville Bamshoot
- 95
- 6
-
-
You could add columns to the ListBox [link]http://msdn.microsoft.com/en-us/library/system.windows.forms.listbox.multicolumn(v=vs.110).aspx or you could use a DataGridView depending on what technology you're using. – Neville Bamshoot Apr 30 '14 at 10:50
0
Have a look at
Also have a look at
Why drop-down lists are bad for the user experience?

Community
- 1
- 1

huMpty duMpty
- 14,346
- 14
- 60
- 99