Objective: To filter the listbox (Computers) and select an item whose value matches exactly with that of textbox (Search) value.
Considerations:
1) The items from the listbox are
binded from the database.
2) The item
in the listbox should be selected by default when textbox value matches
with the listbox item.
Please help me on this