U
Uri Dimant
VS2005
I'm a little bit counfused about the below scenario
An user will be able to write within a combobox control for certain name
,like
he types 'A' and all names begin in 'A' will be filled in combo and he may
want to continue typing as
AD' and all names that begin in 'AD' will be filled respectively
Now it is my question. How to get it fileed more efiicient? I mean each time
the user types a literal i call the function that filter a table in sql
server and returns the data to the combobox OR fill the data table/data set/
array with all data (about 140.000 rows) by default and then loop throu a
datatable and filter there
Any ideas, thanks
I'm a little bit counfused about the below scenario
An user will be able to write within a combobox control for certain name
,like
he types 'A' and all names begin in 'A' will be filled in combo and he may
want to continue typing as
AD' and all names that begin in 'AD' will be filled respectively
Now it is my question. How to get it fileed more efiicient? I mean each time
the user types a literal i call the function that filter a table in sql
server and returns the data to the combobox OR fill the data table/data set/
array with all data (about 140.000 rows) by default and then loop throu a
datatable and filter there
Any ideas, thanks