D
Doug
Hi
I have a text box that can be used for input and I would like to check if
the value in the text box that someone types is already in a list of items.
I know how to do this in other languages but not in C#.
I think i should create an array for the values already in the list - then
compare the input with each value in the array - but I dont know if this is
too inefficient.
Any advice appreciated.
Doug
I have a text box that can be used for input and I would like to check if
the value in the text box that someone types is already in a list of items.
I know how to do this in other languages but not in C#.
I think i should create an array for the values already in the list - then
compare the input with each value in the array - but I dont know if this is
too inefficient.
Any advice appreciated.
Doug