Integer...I just want to fill in like this and the data has specified value on the database. This is what I want as a result on my datagrid.
Code:
123     Steel
456     Pipes
789     Metal
I want also to get that in vice versa, like for example


Code:
jeff   123789
james  456789
john   456
So if somebody search "456" it will display like this:

Code:
james 
john
and if "789" it will result to

Code:

jeff 
james
Thanks and have a nice day.