Hi All
Have a basic question.
I have a class for a combo drop-down which the user can type into and it finds the item in the list. This list comes from a SQL Server table.
Not wanting to hard code, what's the best way of adding an ALL option in the combo.
I know it could be a record in the table but I would have to hardcode somewhere so that I know it is "All" in the code.
Any suggestions?
Thanks