I need to create a search field that will search for people in a users table. What is the best approach for this? I'm thinking about having a text box and using the user's input as a parameter in a ...
I've got this mostly working. The only issue I'm having now is, Im loading a set of data from a table (mapping 0-4 to text) but I don't want the user to be able to select some of the values, is there ...