i need answers to develop my program
my program is developed for a Store, in which it contains products , with each product there is an id or code specified only for it.
what i need when the "data entry" or "User" begins to enter a code for some product - when he typing just first numbers of the code of the product- he gets a list of all other product code the begins with these few numbers, and it decreases by typing more numbers until the desired product code appear.
" this can be called Filter"
i need this list to be appeared even if we type only one number
for example:
for product a,b,c,d
where 1200,1204,1245,1320 ,respectively
so when i begin to write a code in " a textbox control" .
so if i type:
1
i get all product in the list
12
i get "1200,1204,1245" ,..etc.
I HOPE IT IS CLEAR FOR YOU
.
|